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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 億????? | 10001001101011010011111100111111001111110011111100111111 | 89ad3f3f3f3f3f |
EUC-JP | 億????? | 10110010101011110011111100111111001111110011111100111111 | b2af3f3f3f3f3f |
UTF-8 | 億덈베留붷칰 | 111001011000010010000100111010111000110110001000111010111011001010100000111011111010011110001101111010111011011010110111111011001011100110110000 | e58484eb8d88ebb2a0efa78debb6b7ecb9b0 |
UHC | 億덈베留붷칰 | 111001011110001010001000111010111011101010100011111010111010011110010100111001011010111110000011 | e5e288ebbaa3eba794e5af83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)