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 | ???熊漑 | 00111111001111110011111110001100010001101001111111110010 | 3f3f3f8c469ff2 |
EUC-JP | ???熊漑 | 00111111001111110011111110110111101001111101111011110100 | 3f3f3fb7a7def4 |
UTF-8 | 吏흔벳熊漑 | 111011111010011110011110111011011001110110010100111010111011001010110011111001111000011010001010111001101011110010010001 | efa79eed9d94ebb2b3e7868ae6bc91 |
UHC | 吏흔벳熊漑 | 11101100101001111100100011100111101110101010101011101010101010001100101111001001 | eca7c8e7baaaeaa8cbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)