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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雫瑤室 | 1111100011111100100011101011010011101010101000101000111010111010 | f8fc8eb4eaa28eba |
EUC-JP | ?雫瑤室 | 00111111101111001011011011110100101001001011110010111100 | 3fbcb6f4a4bcbc |
UTF-8 | 雫瑤室 | 111011101001101010011011111010011001101110101011111001111001000110100100111001011010111010100100 | ee9a9be99babe791a4e5aea4 |
UHC | ??瑤室 | 001111110011111111101000111111011110001111111000 | 3f3fe8fde3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)