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 | 倭??壤? | 10011000011000000011111100111111100110101101111100111111 | 98603f3f9adf3f |
EUC-JP | 倭??壤? | 11001111110000010011111100111111110101001110000100111111 | cfc13f3fd4e13f |
UTF-8 | 倭뽦닜壤첕 | 111001011000000010101101111010111011110110100110111010111000101110011100111001011010001110100100111011001011001010010101 | e580adebbda6eb8b9ce5a3a4ecb295 |
UHC | 倭뽦닜壤첕 | 11101000110111101001011011100010100010001001110111100101101111011010101101000010 | e8de96e2889de5bdab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)