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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弔?除??甲 | 100100101010001000111111100011111001110000111111001111111000110101100010 | 92a23f8f9c3f3f8d62 |
EUC-JP | 弔?除??甲 | 110001001010010000111111101111011111110000111111001111111011100111000011 | c4a43fbdfc3f3fb9c3 |
UTF-8 | 弔렲除경렮甲 | 111001011011110010010100111010111010000010110010111010011001100110100100111010101011001010111101111010111010000010101110111001111001010010110010 | e5bc94eba0b2e999a4eab2bdeba0aee794b2 |
UHC | 弔렲除경렮甲 | 111100001100000010001110101111111111000010110110101100001110011010001110101110111100101110100011 | f0c08ebff0b6b0e68ebbcba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)