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 | 獄??円 | 100011011001011000111111001111111000100101111110 | 8d963f3f897e |
EUC-JP | 獄??円 | 101110011111011000111111001111111011000111011111 | b9f63f3fb1df |
UTF-8 | 獄졾쨧円 | 111001111000110110000100111011001010000110111110111011001010100010100111111001011000011010000110 | e78d84eca1beeca8a7e58686 |
UHC | 獄졾쨧円 | 1110100010101011101000001110010110100100100000101110010111110111 | e8aba0e5a482e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)