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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 楢?}楢?{^ | 100100111110100000111111011111011001001111101000001111110111101101011110 | 93e83f7d93e83f7b5e |
EUC-JP | 楢?}楢?{^ | 110001101110101000111111011111011100011011101010001111110111101101011110 | c6ea3f7dc6ea3f7b5e |
UTF-8 | 楢쨙}楢쨙{^ | 111001101010010110100010111011001010100010011001011111011110011010100101101000101110110010101000100110010111101101011110 | e6a5a2eca8997de6a5a2eca8997b5e |
UHC | 楢쨙}楢쨙{^ | 1110101011111001101001000110111001111101111010101111100110100100011011100111101101011110 | eaf9a46e7deaf9a46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)