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 | 衍??驛?? | 1001111110100101001111110011111111101001100000110011111100111111 | 9fa53f3fe9833f3f |
EUC-JP | 衍??驛?? | 1101111010100111001111110011111111110001111000110011111100111111 | dea73f3ff1e33f3f |
UTF-8 | 衍꾢ㅁ驛듣뮅 | 111010001010000110001101111010101011111010100010111000111000010110000001111010011010100110011011111010111001001110100011111010111010111010000101 | e8a18deabea2e38581e9a99beb93a3ebae85 |
UHC | 衍꾢ㅁ驛듣뮅 | 111001101110001010000100111001011010010010110001111001101011111010110101111010001001001010010100 | e6e284e5a4b1e6beb5e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)