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 | 咤喊咥 | 100110100100001010011010010111101001100111111000 | 9a429a5e99f8 |
EUC-JP | 咤喊咥 | 110100111010001111010011101111111101001011111010 | d3a3d3bfd2fa |
UTF-8 | 咤喊咥 | 111001011001001010100100111001011001011010001010111001011001001010100101 | e592a4e5968ae592a5 |
UHC | 咤喊? | 1111011011100011111110011110001000111111 | f6e3f9e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)