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 | ???葉?? | 00111111001111110011111110010111011101000011111100111111 | 3f3f3f97743f3f |
EUC-JP | ???葉?? | 00111111001111110011111111001101110101010011111100111111 | 3f3f3fcdd53f3f |
UTF-8 | 凉쏅툥葉삳쨮 | 111011111010010110111001111011001000111110000101111011011000100010100101111010001001000110001001111011001000001010110011111011001010100010101110 | efa5b9ec8f85ed88a5e89189ec82b3eca8ae |
UHC | 凉쏅툥葉삳쨮 | 111001011011110010011011111010111011100010011100111001111010100010111011111010111010010010001000 | e5bc9bebb89ce7a8bbeba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)