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 | 箋??純? | 11100010101100110011111100111111100011111000001100111111 | e2b33f3f8f833f |
EUC-JP | 箋??純? | 11100100101101010011111100111111101111011110001100111111 | e4b53f3fbde33f |
UTF-8 | 箋덇였純쒫 | 111001111010111010001011111010111000110110000111111011001001100010000000111001111011010010010100111011001001001010101011 | e7ae8beb8d87ec9880e7b494ec92ab |
UHC | 箋덇였純쒫 | 11101111101010001000100011101010101111111011010011100010111011011001110101000010 | efa888eabfb4e2ed9d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)