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 | 韈暦スセ隴蛾 | 11101000111001111001011111101111101111011011111011101000101011011000100111101001 | e8e797efbdbee8ad89e9 |
EUC-JP | 韈暦スセ隴蛾 | 111100001110100111001110111100011000111010111101100011101011111011110000101011111011001011101011 | f0e9cef18ebd8ebef0afb2eb |
UTF-8 | 韈暦スセ隴蛾 | 111010011001111110001000111001101001101010100110111011111011110110111101111011111011110110111110111010011001101010110100111010001001101110111110 | e99f88e69aa6efbdbdefbdbee99ab4e89bbe |
UHC | ?????蛾 | 00111111001111110011111100111111001111111110010010110110 | 3f3f3f3f3fe4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)