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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 梯?低??{d | 100100101111001000111111100100101110000100111111001111110111101101100100 | 92f23f92e13f3f7b64 |
EUC-JP | 梯?低??{d | 110001001111010000111111110001001110001100111111001111110111101101100100 | c4f43fc4e33f3f7b64 |
UTF-8 | 梯렲低펙㉩{d | 1110011010100010101011111110101110100000101100101110010010111101100011101110110110001110100110011110001110001001101010010111101101100100 | e6a2afeba0b2e4bd8eed8e99e389a97b64 |
UHC | 梯렲低펙㉩{d | 111100001010110010001110101111111110111010111000110001101110010110101000101110100111101101100100 | f0ac8ebfeeb8c6e5a8ba7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)