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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 腰⑤?腰⑤?^ | 1000110110011000100001110100010000111111100011011001100010000111010001000011111101011110 | 8d9887443f8d9887443f5e |
EUC-JP | 腰??腰??^ | 101110011111100000111111001111111011100111111000001111110011111101011110 | b9f83f3fb9f83f3f5e |
UTF-8 | 腰⑤뫝腰⑤뫝^ | 11101000100001011011000011100010100100011010010011101011101010111001110111101000100001011011000011100010100100011010010011101011101010111001110101011110 | e885b0e291a4ebab9de885b0e291a4ebab9d5e |
UHC | 腰⑤뫝腰⑤뫝^ | 11101001101001101010100011101011100100011011110111101001101001101010100011101011100100011011110101011110 | e9a6a8eb91bde9a6a8eb91bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)