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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???旿?? | 0011111100111111001111111000111111000001111101000011111100111111 | 3f3f3f8fc1f43f3f |
UTF-8 | 勵됰젛旿껊젶 | 111011111010010110111111111010111001000010110000111011001010000010011011111001101001011110111111111010101011101110001010111011001010000010110110 | efa5bfeb90b0eca09be697bfeabb8aeca0b6 |
UHC | 勵됰젛旿껊젶 | 111001011111101010001001111010111010000010010111111001111111101010000011111010111010000010101010 | e5fa89eba097e7fa83eba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)