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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 俎?俎?^ | 10011000110101110011111110011000110101110011111101011110 | 98d73f98d73f5e |
EUC-JP | 俎?俎?^ | 11010000110110010011111111010000110110010011111101011110 | d0d93fd0d93f5e |
UTF-8 | 俎넸俎넵^ | 11100100101111111000111011101011100001001011100011100100101111111000111011101011100001001011010101011110 | e4bf8eeb84b8e4bf8eeb84b55e |
UHC | 俎넸俎넵^ | 111100001011101110110011110111101111000010111011101100111101110001011110 | f0bbb3def0bbb3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)