To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 騾。螢鯉スャ | 111010011000000010100001111001011010001110001100111011111011110110101100 | e980a1e5a38cefbdac |
EUC-JP | 騾。螢鯉スャ | 111100011110000010001110101000011110101010100101101110001111000110001110101111011000111010101100 | f1e08ea1eaa5b8f18ebd8eac |
UTF-8 | 騾。螢鯉スャ | 111010011010100010111110111011111011110110100001111010001001111010100010111010011010111110001001111011111011110110111101111011111011110110101100 | e9a8beefbda1e89ea2e9af89efbdbdefbdac |
UHC | ??螢鯉?? | 0011111100111111111110111010101111010111111011110011111100111111 | 3f3ffbabd7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)