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 | 歪ゅ폀敖뉐겛 | 111001101010110110101010111000111000001010000101111011011000111110000000111001101001010110010110111010111000100110010000111010101011001010011011 | e6adaae38285ed8f80e69596eb8990eab29b |
UHC | 歪ゅ폀敖뉐겛 | 111010001110000010101010111001011011110010001111111001111111100110000111111001011000000110110010 | e8e0aae5bc8fe7f987e581b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)