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 | ???揖?ぜ | 0011111100111111001111111001011101001011001111111000001010111010 | 3f3f3f974b3f82ba |
EUC-JP | 濚??揖?ぜ | 10001111110010011010000100111111001111111100110110101100001111111010010010111100 | 8fc9a13f3fcdac3fa4bc |
UTF-8 | 濚욎꼷揖⑵ぜ | 111001101011111110011010111011001001101010001110111010101011110010110111111001101000111110010110111000101001000110110101111000111000000110011100 | e6bf9aec9a8eeabcb7e68f96e291b5e3819c |
UHC | 濚욎꼷揖⑵ぜ | 111001111011100110011110111011001000010010001111111010111110011110101001111010001010101010111100 | e7b99eec848febe7a9e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)