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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獄??榮? | 10001101100101100011111100111111100111101100010000111111 | 8d963f3f9ec43f |
EUC-JP | 獄??榮? | 10111001111101100011111100111111110111001100011000111111 | b9f63f3fdcc63f |
UTF-8 | 獄기닖榮뷂 | 111001111000110110000100111010101011100010110000111010111000101110010110111001101010011010101110111010111011011110000010 | e78d84eab8b0eb8b96e6a6aeebb782 |
UHC | 獄기닖榮뷂 | 11101000101010111011000111100010100010001001101011100111101101001001010011101111 | e8abb1e2889ae7b494ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)