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 | 獄??踰?? | 1000110110010110001111110011111111100110111110100011111100111111 | 8d963f3fe6fa3f3f |
EUC-JP | 獄??踰?? | 1011100111110110001111110011111111101100111111000011111100111111 | b9f63f3fecfc3f3f |
UTF-8 | 獄몄뇴踰싧쳞 | 111001111000110110000100111010111010101010000100111010111000011110110100111010001011100010110000111011001000101110100111111011001011001110011110 | e78d84ebaa84eb87b4e8b8b0ec8ba7ecb39e |
UHC | 獄몄뇴踰싧쳞 | 111010001010101110111000111011001000011110011000111010111011001010011010111001011010101110000100 | e8abb8ec8798ebb29ae5ab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)