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 | 鸚??油?㎡ | 111010100101111100111111001111111001011011111011001111111000011101110101 | ea5f3f3f96fb3f8775 |
EUC-JP | 鸚??油?? | 1111001111000000001111110011111111001100111111010011111100111111 | f3c03f3fccfd3f3f |
UTF-8 | 鸚쒓퍔油뀐㎡ | 111010011011100010011010111011001001001010010011111011011000110110010100111001101011001010111001111010111000000010010000111000111000111010100001 | e9b89aec9293ed8d94e6b2b9eb8090e38ea1 |
UHC | 鸚쒓퍔油뀐㎡ | 111001011010010010011100111010101011101110001011111010101111101010110010111011111010011110110011 | e5a49ceabb8beafab2efa7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)