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 | 率??巍?? | 1001011110100110001111110011111110011011110110010011111100111111 | 97a63f3f9bd93f3f |
EUC-JP | 率??巍?? | 1100111010101000001111110011111111010110110110110011111100111111 | cea83f3fd6db3f3f |
UTF-8 | 率댐쉿巍뗰풗 | 111001111000111010000111111010111000110010010000111011001000100110111111111001011011011110001101111010111001011110110000111011011001001010010111 | e78e87eb8c90ec89bfe5b78deb97b0ed9297 |
UHC | 率댐쉿巍뗰풗 | 111000011110001110110100111011111011110110110010111010001110010010001011111011111011111010011010 | e1e3b4efbdb2e8e48befbe9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)