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 | ??ぞ | 00111111001111111000001010111100 | 3f3f82bc |
EUC-JP | 轝?ぞ | 100011111110000110101010001111111010010010111110 | 8fe1aa3fa4be |
UTF-8 | 轝뚯ぞ | 111010001011110110011101111010111001101010101111111000111000000110011110 | e8bd9deb9aafe3819e |
UHC | 轝뚯ぞ | 111001101010110010001100111011001010101010111110 | e6ac8cecaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)