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 | 啼?俺勃? | 1001101001100101001111111000100110110100100101100111010100111111 | 9a653f89b496753f |
EUC-JP | 啼?俺勃饔 | 11010011110001100011111110110010101101101100101111010110100011111110100011101111 | d3c63fb2b6cbd68fe8ef |
UTF-8 | 啼렏俺勃饔 | 111001011001010110111100111010111010000010001111111001001011111110111010111001011000101110000011111010011010010110010100 | e595bceba08fe4bfbae58b83e9a594 |
UHC | 啼렏俺勃饔 | 11110000101001101000111010100101111001011110111111011010111110101110100010111101 | f0a68ea5e5efdafae8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)