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 | 隰撰スィ鬩、 | 111010001010110010010000111011111011110110101000111010011010100110100100 | e8ac90efbda8e9a9a4 |
EUC-JP | 隰撰スィ鬩、 | 111100001010111011000000111100011000111010111101100011101010100011110010101010111000111010100100 | f0aec0f18ebd8ea8f2ab8ea4 |
UTF-8 | 隰撰スィ鬩、 | 111010011001101010110000111001101001001010110000111011111011110110111101111011111011110110101000111010011010110010101001111011111011110110100100 | e99ab0e692b0efbdbdefbda8e9aca9efbda4 |
UHC | ?撰???? | 00111111111100111011110000111111001111110011111100111111 | 3ff3bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)