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 | 慂??秧?ⅰ | 100111001100100000111111001111111110001001011110001111111111101001000000 | 9cc83f3fe25e3ffa40 |
EUC-JP | 慂??秧?? | 1101100011001010001111110011111111100011101111110011111100111111 | d8ca3f3fe3bf3f3f |
UTF-8 | 慂딀뼇秧띷ⅰ | 111001101000010110000010111010111001010010000000111010111011110010000111111001111010011110100111111010111001110110110111111000101000010110110000 | e68582eb9480ebbc87e7a7a7eb9db7e285b0 |
UHC | 慂딀뼇秧띷ⅰ | 111010011011110110001010111001101001011010010001111001001110101110001101111001101010010110100001 | e9bd8ae69691e4eb8de6a5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)