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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒、蠑乗コ | 1111101110100011101001001110010110111100100011111110011010111010 | fba3a4e5bc8fe6ba |
EUC-JP | 訒、蠑乗コ | 1000111111011101110010001000111010100100111010101011111010111110111010001000111010111010 | 8fddc88ea4eabebee88eba |
UTF-8 | 訒、蠑乗コ | 111010001010100010010010111011111011110110100100111010001010000010010001111001001011100110010111111011111011110110111010 | e8a892efbda4e8a091e4b997efbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)