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 | 萸??臾?ぞ | 111001001100111000111111001111111110010001101011001111111000001010111100 | e4ce3f3fe46b3f82bc |
EUC-JP | 萸??臾?ぞ | 111010001101000000111111001111111110011111001100001111111010010010111110 | e8d03f3fe7cc3fa4be |
UTF-8 | 萸묐쳩臾깅ぞ | 111010001001000010111000111010111010110010010000111011001011001110101001111010001000011110111110111010101011100110000101111000111000000110011110 | e890b8ebac90ecb3a9e887beeab985e3819e |
UHC | 萸묐쳩臾깅ぞ | 111010111010110110010001111010111010101110001110111010111010110010110001111010111010101010111110 | ebad91ebab8eebacb1ebaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)