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 | 癲?9淫?? | 111000011001111100111111100000100101100010001000111110100011111100111111 | e19f3f825888fa3f3f |
EUC-JP | 癲?9淫?? | 111000101010000100111111101000111011100110110000111111000011111100111111 | e2a13fa3b9b0fc3f3f |
UTF-8 | 癲쒕9淫앾쬅 | 111001111001100110110010111011001001001010010101111011111011110010011001111001101011011110101011111011001001010110111110111011001010110010000101 | e799b2ec9295efbc99e6b7abec95beecac85 |
UHC | 癲쒕9淫앾쬅 | 111011111010011010011100111010111010001110111001111010111110001010011101111011111010011010011100 | efa69ceba3b9ebe29defa69c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)