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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梯嗜? | 1001001011110010100110100110111000111111 | 92f29a6e3f |
EUC-JP | 梯嗜? | 1100010011110100110100111100111100111111 | c4f4d3cf3f |
UTF-8 | 梯嗜렭 | 111001101010001010101111111001011001011110011100111010111010000010101101 | e6a2afe5979ceba0ad |
UHC | 梯嗜렭 | 111100001010110011010000111011101000111010111010 | f0acd0ee8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)