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 | 壓??游θぜ | 10011010110110000011111100111111100111111110000010000011110001101000001010111010 | 9ad83f3f9fe083c682ba |
EUC-JP | 壓??游θぜ | 11010100110110100011111100111111110111101110001010100110110010001010010010111100 | d4da3f3fdee2a6c8a4bc |
UTF-8 | 壓꾨뜆游θぜ | 1110010110100011100100111110101010111110101010001110101110011100100001101110011010111000101110001100111010111000111000111000000110011100 | e5a393eabea8eb9c86e6b8b8ceb8e3819c |
UHC | 壓꾨뜆游θぜ | 111001001110001010000100111010111000110110001001111010101111110110100101111010001010101010111100 | e4e284eb8d89eafda5e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)