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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 媛篩蕪 | 100101010101000111100010101111111001010110010011 | 9551e2bf9593 |
EUC-JP | 媛篩蕪 | 110010011011001011100100110000011100100111110011 | c9b2e4c1c9f3 |
UTF-8 | 媛篩蕪 | 111001011010101010011011111001111010111110101001111010001001010110101010 | e5aa9be7afa9e895aa |
UHC | 媛篩蕪 | 111010101011000011011110111010001101100111110011 | eab0dee8d9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)