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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜咎寉霆 | 1110100010110110100110011110100110011011100001011110100010111011 | e8b699e99b85e8bb |
EUC-JP | 雜咎寉霆 | 1111000010111000110100101110101111010101111001011111000010111101 | f0b8d2ebd5e5f0bd |
UTF-8 | 雜咎寉霆 | 111010011001101110011100111001011001001010001110111001011010111110001001111010011001110010000110 | e99b9ce5928ee5af89e99c86 |
UHC | 雜咎?霆 | 11101101110110101100111110100100001111111110111111111101 | eddacfa43feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)