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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔??班? | 10010010101000100011111100111111100101001100011100111111 | 92a23f3f94c73f |
EUC-JP | 弔??班? | 11000100101001000011111100111111110010001100100100111111 | c4a43f3fc8c93f |
UTF-8 | 弔렭뤒班㉭ | 111001011011110010010100111010111010000010101101111010111010010010010010111001111000111110101101111000111000100110101101 | e5bc94eba0adeba492e78fade389ad |
UHC | 弔렭뤒班㉭ | 11110000110000001000111010111010100011111100001011011010111011001010100010111110 | f0c08eba8fc2daeca8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)