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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???牆?B | 00111111001111110011111111100000101011010011111101000010 | 3f3f3fe0ad3f42 |
EUC-JP | 獐??牆?B | 100011111100101110111010001111110011111111100000101011110011111101000010 | 8fcbba3f3fe0af3f42 |
UTF-8 | 獐쇤벅牆쌨B | 11100111100011011001000011101100100001111010010011101011101100101000010111100111100010011000011011101100100011001010100001000010 | e78d90ec87a4ebb285e78986ec8ca842 |
UHC | 獐쇤벅牆쌨B | 1110110111101111101111001110100110111001111101111110110111101101101111011101111001000010 | edefbce9b9f7ededbdde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)