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 | 癌??淫?? | 1000101011100000001111110011111110001000111110100011111100111111 | 8ae03f3f88fa3f3f |
EUC-JP | 癌??淫?? | 1011010011100010001111110011111110110000111111000011111100111111 | b4e23f3fb0fc3f3f |
UTF-8 | 癌껊뿪淫ㅶ뵺 | 111001111001100110001100111010101011101110001010111010111011111110101010111001101011011110101011111000111000010110110110111010111011010110111010 | e7998ceabb8aebbfaae6b7abe385b6ebb5ba |
UHC | 癌껊뿪淫ㅶ뵺 | 111001001101111110000011111010111001011110101010111010111110001010100100111001101001010010111000 | e4df83eb97aaebe2a4e694b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)