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 | 止?夷??? | 1000111001111110001111111000100011001110001111110011111100111111 | 8e7e3f88ce3f3f3f |
EUC-JP | 止?夷??? | 1011101111011111001111111011000011010000001111110011111100111111 | bbdf3fb0d03f3f3f |
UTF-8 | 止렣夷댓렰렑 | 111001101010110110100010111010111010000010100011111001011010010010110111111010111000110010010011111010111010000010110000111010111010000010010001 | e6ada2eba0a3e5a4b7eb8c93eba0b0eba091 |
UHC | 止렣夷댓렰렑 | 111100101010110110001110101101001110110010101000101101001111000110001110101111011000111010100110 | f2ad8eb4eca8b4f18ebd8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)