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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臟??帳? | 11100100011001100011111100111111100100101010000000111111 | e4663f3f92a03f |
EUC-JP | 臟??帳? | 11100111110001110011111100111111110001001010001000111111 | e7c73f3fc4a23f |
UTF-8 | 臟뚲궙帳텸 | 111010001000011110011111111010111001101010110010111010101011011010011001111001011011100010110011111011011000010110111000 | e8879feb9ab2eab699e5b8b3ed85b8 |
UHC | 臟뚲궙帳텸 | 11101101111101001000110011101110100000101010111011101101111000111011011101001011 | edf48cee82aeede3b74b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)