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 | 弔絲??燼 | 1001001010100010111000110100111000111111001111111110000010011110 | 92a2e34e3f3fe09e |
EUC-JP | 弔絲??燼 | 1100010010100100111001011010111100111111001111111101111111111110 | c4a4e5af3f3fdffe |
UTF-8 | 弔絲렚렩燼 | 111001011011110010010100111001111011010110110010111010111010000010011010111010111010000010101001111001111000011110111100 | e5bc94e7b5b2eba09aeba0a9e787bc |
UHC | 弔絲렚렩燼 | 11110000110000001101111011101010100011101010110110001110101101111110001111101000 | f0c0deea8ead8eb7e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)