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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 髱ィx | 11101001100111011010100001111000 | e99da878 |
EUC-JP | 髱ィx | 1111000111111101100011101010100001111000 | f1fd8ea878 |
UTF-8 | 髱ィx | 11101001101010111011000111101111101111011010100001111000 | e9abb1efbda878 |
UHC | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)