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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | セ蘂C | 10111110111001010100000101000011 | bee54143 |
EUC-JP | セ蘂C | 1000111010111110111010011010001001000011 | 8ebee9a243 |
UTF-8 | セ蘂C | 11101111101111011011111011101000100110001000001001000011 | efbdbee8988243 |
UHC | ?蘂C | 00111111111001111101111001000011 | 3fe7de43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)