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 | 獄??褥?? | 1000110110010110001111110011111111100101111100010011111100111111 | 8d963f3fe5f13f3f |
EUC-JP | 獄??褥?? | 1011100111110110001111110011111111101010111100110011111100111111 | b9f63f3feaf33f3f |
UTF-8 | 獄잌쳣褥계풛 | 111001111000110110000100111011001001111010001100111011001011001110100011111010001010010010100101111010101011001110000100111011011001001010011011 | e78d84ec9e8cecb3a3e8a4a5eab384ed929b |
UHC | 獄잌쳣褥계풛 | 111010001010101110011111111001011010101110001001111010011011001110110000111010001011111010011110 | e8ab9fe5ab89e9b3b0e8be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)