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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 辯ョh辯ョ | 11100111100001111010111001101000111001111000011110101110 | e787ae68e787ae |
EUC-JP | 辯ョh辯ョ | 111011011110011110001110101011100110100011101101111001111000111010101110 | ede78eae68ede78eae |
UTF-8 | 辯ョh辯ョ | 11101000101111101010111111101111101111011010111001101000111010001011111010101111111011111011110110101110 | e8beafefbdae68e8beafefbdae |
UHC | 辯?h辯? | 11011100101010100011111101101000110111001010101000111111 | dcaa3f68dcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)