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 | 歪ゅ?敖?? | 100110000110001110000010111000110011111110011101110000100011111100111111 | 986382e33f9dc23f3f |
EUC-JP | 歪ゅ?敖?? | 110011111100010010100100111001010011111111011010110001000011111100111111 | cfc4a4e53fdac43f3f |
UTF-8 | 歪ゅ폀敖뉒캙 | 111001101010110110101010111000111000001010000101111011011000111110000000111001101001010110010110111010111000100110010010111011001011101010011001 | e6adaae38285ed8f80e69596eb8992ecba99 |
UHC | 歪ゅ폀敖뉒캙 | 111010001110000010101010111001011011110010001111111001111111100110000111111001111010111110100000 | e8e0aae5bc8fe7f987e7afa0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)