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 | 低?財? | 100100101110000100111111100011011110000000111111 | 92e13f8de03f |
EUC-JP | 低?財? | 110001001110001100111111101110101110001000111111 | c4e33fbae23f |
UTF-8 | 低렋財렒 | 111001001011110110001110111010111010000010001011111010001011001010100001111010111010000010010010 | e4bd8eeba08be8b2a1eba092 |
UHC | 低렋財렒 | 1110111010111000100011101010001011101110101011111000111010100111 | eeb88ea2eeaf8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)