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 | 峨??一 | 100010011110001100111111001111111000100011101010 | 89e33f3f88ea |
EUC-JP | 峨??一 | 101100101110010100111111001111111011000011101100 | b2e53f3fb0ec |
UTF-8 | 峨녠쐴一 | 111001011011001110101000111010111000010110100000111011001001000010110100111001001011100010000000 | e5b3a8eb85a0ec90b4e4b880 |
UHC | 峨녠쐴一 | 1110010010110001101100111110101010111110101000011110110011101001 | e4b1b3eabea1ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)