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 | 訊??庵?? | 1001000001110101001111110011111110001000110000010011111100111111 | 90753f3f88c13f3f |
EUC-JP | 訊??庵?? | 1011111111010110001111110011111110110000110000110011111100111111 | bfd63f3fb0c33f3f |
UTF-8 | 訊덊뢝庵뗮뢞 | 111010001010100010001010111010111000110110001010111010111010001010011101111001011011101010110101111010111001011110101110111010111010001010011110 | e8a88aeb8d8aeba29de5bab5eb97aeeba29e |
UHC | 訊덊뢝庵뗮뢞 | 111000111111001010001000111011011000111101011000111001001101110110001011111011011000111101011001 | e3f288ed8f58e4dd8bed8f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)