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 | 贈蔵坦莵 | 1001000110100001100100011010000010010010010100101110010010110111 | 91a191a09252e4b7 |
EUC-JP | 贈蔵坦莵 | 1100001010100011110000101010001011000011101100111110100010111001 | c2a3c2a2c3b3e8b9 |
UTF-8 | 贈蔵坦莵 | 111010001011010010001000111010001001010010110101111001011001110110100110111010001000111010110101 | e8b488e894b5e59da6e88eb5 |
UHC | 贈?坦? | 111100011111110000111111111101111010010000111111 | f1fc3ff7a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)