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 | 褥ワ?獄?? | 111001011111000110000011100011110011111110001101100101100011111100111111 | e5f1838f3f8d963f3f |
EUC-JP | 褥ワ?獄?? | 111010101111001110100101111011110011111110111001111101100011111100111111 | eaf3a5ef3fb9f63f3f |
UTF-8 | 褥ワ쉼獄띰쉿 | 111010001010010010100101111000111000001110101111111011001000100110111100111001111000110110000100111010111001110110110000111011001000100110111111 | e8a4a5e383afec89bce78d84eb9db0ec89bf |
UHC | 褥ワ쉼獄띰쉿 | 111010011011001110101011111011111011110110110000111010001010101110110110111011111011110110110010 | e9b3abefbdb0e8abb6efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)