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 | 雍縄ウ域ы | 111010001011010010010011111010101011001110001000111001101000010010001101 | e8b493eab388e6848d |
EUC-JP | 雍縄ウ域ы | 11110000101101101100011011101100100011101011001110110000111010001010011111101101 | f0b6c6ec8eb3b0e8a7ed |
UTF-8 | 雍縄ウ域ы | 1110100110011011100011011110011110111000100001001110111110111101101100111110010110011111100111111101000110001011 | e99b8de7b884efbdb3e59f9fd18b |
UHC | 雍??域ы | 1110100010111100001111110011111111100110101101001010110011101101 | e8bc3f3fe6b4aced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)