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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咫咤瘁髴 | 1001101001000000100110100100001011100001100000011110100110011100 | 9a409a42e181e99c |
EUC-JP | 咫咤瘁髴 | 1101001110100001110100111010001111100001111000011111000111111100 | d3a1d3a3e1e1f1fc |
UTF-8 | 咫咤瘁髴 | 111001011001001010101011111001011001001010100100111001111001100010000001111010011010101110110100 | e592abe592a4e79881e9abb4 |
UHC | 咫咤?? | 111100101010000111110110111000110011111100111111 | f2a1f6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)