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 | ?蓑?逗?? | 0011111110010110101010100011111110010000100000000011111100111111 | 3f96aa3f90803f3f |
EUC-JP | 邕蓑?逗?? | 10001111111000011110110111001100101011000011111110111111111000000011111100111111 | 8fe1edccac3fbfe03f3f |
UTF-8 | 邕蓑렠逗렪렑 | 111010011000001010010101111010001001001110010001111010111010000010100000111010011000000010010111111010111010000010101010111010111010000010010001 | e98295e89391eba0a0e98097eba0aaeba091 |
UHC | 邕蓑렠逗렪렑 | 111010001011101111011110111011101000111010110001110101001110100010001110101110001000111010100110 | e8bbdeee8eb1d4e88eb88ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)