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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 雅??] | 1000100111101011001111110011111101011101 | 89eb3f3f5d |
EUC-JP | 雅??] | 1011001011101101001111110011111101011101 | b2ed3f3f5d |
UTF-8 | 雅먮젙] | 11101001100110111000010111101011101010001010111011101100101000001001100101011101 | e99b85eba8aeeca0995d |
UHC | 雅먮젙] | 11100100101110101001000011101011101000001001010101011101 | e4ba90eba0955d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)