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 | 癲?0倚ф? | 11100001100111110011111110000010010011111001100011011111100001001000011000111111 | e19f3f824f98df84863f |
EUC-JP | 癲?0倚ф? | 11100010101000010011111110100011101100001101000011100001101001111110011000111111 | e2a13fa3b0d0e1a7e63f |
UTF-8 | 癲쒕0倚ф만 | 1110011110011001101100101110110010010010100101011110111110111100100100001110010110000000100110101101000110000100111010111010011110001100 | e799b2ec9295efbc90e5809ad184eba78c |
UHC | 癲쒕0倚ф만 | 111011111010011010011100111010111010001110110000111010111110111110101100111001101011100010111000 | efa69ceba3b0ebeface6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)