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 | 陝句ョ」譽ケ | 111010001001111110001011111001011010111010100011111001101010001110111001 | e89f8be5aea3e6a3b9 |
EUC-JP | 陝句ョ」譽ケ | 111100001010000110110110111001111000111010101110100011101010001111101100101001011000111010111001 | f0a1b6e78eae8ea3eca58eb9 |
UTF-8 | 陝句ョ」譽ケ | 111010011001100110011101111001011000111110100101111011111011110110101110111011111011110110100011111010001010110110111101111011111011110110111001 | e9999de58fa5efbdaeefbda3e8adbdefbdb9 |
UHC | 陝句??譽? | 111000001110110111001111101000110011111100111111111001111110001000111111 | e0edcfa33f3fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)