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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ヤキ鮑ヤキ鮑B | 110101001011011111101001101110001101010010110111111010011011100001000010 | d4b7e9b8d4b7e9b842 |
EUC-JP | ヤキ鮑ヤキ鮑B | 10001110110101001000111010110111111100101011101010001110110101001000111010110111111100101011101001000010 | 8ed48eb7f2ba8ed48eb7f2ba42 |
UTF-8 | ヤキ鮑ヤキ鮑B | 11101111101111101001010011101111101111011011011111101001101011101001000111101111101111101001010011101111101111011011011111101001101011101001000101000010 | efbe94efbdb7e9ae91efbe94efbdb7e9ae9142 |
UHC | ??鮑??鮑B | 001111110011111111111000111010100011111100111111111110001110101001000010 | 3f3ff8ea3f3ff8ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)