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 | 衙??? | 1110010111001001001111110011111100111111 | e5c93f3f3f |
EUC-JP | 衙??潚 | 11101010110010110011111100111111100011111100100011011010 | eacb3f3f8fc8da |
UTF-8 | 衙롙롘潚 | 111010001010000110011001111010111010000110011001111010111010000110011000111001101011110110011010 | e8a199eba199eba198e6bd9a |
UHC | 衙롙롘潚 | 1110010010110111100011101101110110001110110111001110001011011000 | e4b78edd8edce2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)