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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鯀?貶 | 1110100110111111001111111110011011001000 | e9bf3fe6c8 |
EUC-JP | 鯀朇貶 | 11110010110000011000111111000010111011111110110011001010 | f2c18fc2efecca |
UTF-8 | 鯀朇貶 | 111010011010111110000000111001101001110010000111111010001011001010110110 | e9af80e69c87e8b2b6 |
UHC | ??貶 | 00111111001111111111100010111111 | 3f3ff8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)