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 | 擁????? | 10010111011010010011111100111111001111110011111100111111 | 97693f3f3f3f3f |
EUC-JP | 擁????? | 11001101110010100011111100111111001111110011111100111111 | cdca3f3f3f3f3f |
UTF-8 | 擁븝슭遼㎩뎰 | 111001101001001110000001111010111011100010011101111011001000101010101101111011111010011110000011111000111000111010101001111010111000111010110000 | e69381ebb89dec8aadefa783e38ea9eb8eb0 |
UHC | 擁븝슭遼㎩뎰 | 111010001011011010111010111011111011110110111110111010011010110010100111111001011000100110000011 | e8b6baefbdbee9aca7e58983 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)