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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭←?節?? | 100110000110000010000001101010010011111110010000110111110011111100111111 | 986081a93f90df3f3f |
EUC-JP | 倭←?節?? | 110011111100000110100010101010110011111111000000111000010011111100111111 | cfc1a2ab3fc0e13f3f |
UTF-8 | 倭←슢節깍슁 | 111001011000000010101101111000101000011010010000111011001000101010100010111001111010111110000000111010101011100110001101111011001000101010000001 | e580ade28690ec8aa2e7af80eab98dec8a81 |
UHC | 倭←슢節깍슁 | 111010001101111010100001111001111001101010101110111011111011110110110001111011111011110110110011 | e8dea1e79aaeefbdb1efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)