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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲?;違? | 1110000110011111001111111000000101000111100010001110000100111111 | e19f3f814788e13f |
EUC-JP | 癲?;違? | 1110001010100001001111111010000110101000101100001110001100111111 | e2a13fa1a8b0e33f |
UTF-8 | 癲쒕;違툫 | 111001111001100110110010111011001001001010010101111011111011110010011011111010011000000110010101111011011000100010101011 | e799b2ec9295efbc9be98195ed88ab |
UHC | 癲쒕;違툫 | 11101111101001101001110011101011101000111011101111101010110111101011100101000010 | efa69ceba3bbeadeb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)