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 | ス、沼 | 10111101101001001000111111000000 | bda48fc0 |
EUC-JP | ス、沼 | 100011101011110110001110101001001011111011000010 | 8ebd8ea4bec2 |
UTF-8 | ス、沼 | 111011111011110110111101111011111011110110100100111001101011001010111100 | efbdbdefbda4e6b2bc |
UHC | ??沼 | 00111111001111111110000110111011 | 3f3fe1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)