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 | 葯剰ク檳 | 11100100110111101000111111101000101110001001111101000110 | e4de8fe8b89f46 |
EUC-JP | 葯剰ク檳 | 1110100011100000101111101110101010001110101110001101110110100111 | e8e0beea8eb8dda7 |
UTF-8 | 葯剰ク檳 | 111010001001000110101111111001011000100110110000111011111011110110111000111001101010101010110011 | e891afe589b0efbdb8e6aab3 |
UHC | 葯??檳 | 111001011011010100111111001111111101111010110001 | e5b53f3fdeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)