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 | 癲??鎰? | 11100001100111110011111100111111111010000100110000111111 | e19f3f3fe84c3f |
EUC-JP | 癲??鎰? | 11100010101000010011111100111111111011111010110100111111 | e2a13f3fefad3f |
UTF-8 | 癲뽰뇿鎰쌐 | 111001111001100110110010111010111011110110110000111010111000011110111111111010011000111010110000111011001000110010010000 | e799b2ebbdb0eb87bfe98eb0ec8c90 |
UHC | 癲뽰뇿鎰쌐 | 11101111101001101001011011101100100001111010000011101100111100001001101101000001 | efa696ec87a0ecf09b41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)