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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 臀狐 | 11100100010111001000110011001111 | e45c8ccf |
EUC-JP | 臀狐 | 11100111101111011011100011010001 | e7bdb8d1 |
UTF-8 | 臀狐 | 111010001000011110000000111001111000101110010000 | e88780e78b90 |
UHC | 臀狐 | 11010100111010111111101111001111 | d4ebfbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)