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 | 鵫辞瑤室 | 1111110001001000100011101010101111101010101000101000111010111010 | fc488eabeaa28eba |
EUC-JP | 鵫辞瑤室 | 100011111110101111111010101111001010110111110100101001001011110010111100 | 8febfabcadf4a4bcbc |
UTF-8 | 鵫辞瑤室 | 111010011011010110101011111010001011111010011110111001111001000110100100111001011010111010100100 | e9b5abe8be9ee791a4e5aea4 |
UHC | ??瑤室 | 001111110011111111101000111111011110001111111000 | 3f3fe8fde3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)