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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 逆??逆??^ | 100010110111010000111111001111111000101101110100001111110011111101011110 | 8b743f3f8b743f3f5e |
EUC-JP | 逆??逆??^ | 101101011101010100111111001111111011010111010101001111110011111101011110 | b5d53f3fb5d53f3f5e |
UTF-8 | 逆쀬꽢逆쀬꽢^ | 11101001100000001000011011101100100000001010110011101010101111011010001011101001100000001000011011101100100000001010110011101010101111011010001001011110 | e98086ec80aceabda2e98086ec80aceabda25e |
UHC | 逆쀬꽢逆쀬꽢^ | 11100110101111011001011111101100100001001010111111100110101111011001011111101100100001001010111101011110 | e6bd97ec84afe6bd97ec84af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)