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 | 楹??矮↑ | 1001111010110001001111110011111111100001111000101000000110101010 | 9eb13f3fe1e281aa |
EUC-JP | 楹??矮↑ | 1101110010110011001111110011111111100010111001001010001010101100 | dcb33f3fe2e4a2ac |
UTF-8 | 楹쒑쫿矮↑ | 111001101010010110111001111011001001001010010001111011001010101110111111111001111001111110101110111000101000011010010001 | e6a5b9ec9291ecabbfe79faee28691 |
UHC | 楹쒑쫿矮↑ | 11100111101100111001110011101000101001101001011011101000111000011010000111101000 | e7b39ce8a696e8e1a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)