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 | 愛????? | 10001000101001000011111100111111001111110011111100111111 | 88a43f3f3f3f3f |
EUC-JP | 愛??轝?? | 101100001010011000111111001111111000111111100001101010100011111100111111 | b0a63f3f8fe1aa3f3f |
UTF-8 | 愛됰젽轝뚮물 | 111001101000010010011011111010111001000010110000111011001010000010111101111010001011110110011101111010111001101010101110111010111010110010111100 | e6849beb90b0eca0bde8bd9deb9aaeebacbc |
UHC | 愛됰젽轝뚮물 | 111001001111000110001001111010111010000010101111111001101010110010001100111010111011100110110000 | e4f189eba0afe6ac8cebb9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)