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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頽。證ョ齏 | 1110100011110110101000011110011010011010101011101110100011101011 | e8f6a1e69aaee8eb |
EUC-JP | 頽。證ョ齏 | 11110000111110001000111010100001111010111111101010001110101011101111000011101101 | f0f88ea1ebfa8eaef0ed |
UTF-8 | 頽。證ョ齏 | 111010011010000010111101111011111011110110100001111010001010110110001001111011111011110110101110111010011011110110001111 | e9a0bdefbda1e8ad89efbdaee9bd8f |
UHC | ??證?? | 001111110011111111110001111110110011111100111111 | 3f3ff1fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)