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 | 癲ル?游? | 1110000110011111100000111000101100111111100111111110000000111111 | e19f838b3f9fe03f |
EUC-JP | 癲ル?游? | 1110001010100001101001011110101100111111110111101110001000111111 | e2a1a5eb3fdee23f |
UTF-8 | 癲ル슣游⑵ | 111001111001100110110010111000111000001110101011111011001000101010100011111001101011100010111000111000101001000110110101 | e799b2e383abec8aa3e6b8b8e291b5 |
UHC | 癲ル슣游⑵ | 11101111101001101010101111101011100110101010111111101010111111011010100111101000 | efa6abeb9aafeafda9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)