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 | 隰撰スァ鬯」 | 111010001010110010010000111011111011110110100111111010011010110010100011 | e8ac90efbda7e9aca3 |
EUC-JP | 隰撰スァ鬯」 | 111100001010111011000000111100011000111010111101100011101010011111110010101011101000111010100011 | f0aec0f18ebd8ea7f2ae8ea3 |
UTF-8 | 隰撰スァ鬯」 | 111010011001101010110000111001101001001010110000111011111011110110111101111011111011110110100111111010011010110010101111111011111011110110100011 | e99ab0e692b0efbdbdefbda7e9acafefbda3 |
UHC | ?撰???? | 00111111111100111011110000111111001111110011111100111111 | 3ff3bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)