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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 顔箏眄B | 10001010111001111110001010110101111000011011111001000010 | 8ae7e2b5e1be42 |
EUC-JP | 顔箏眄B | 10110100111010011110010010110111111000101100000001000010 | b4e9e4b7e2c042 |
UTF-8 | 顔箏眄B | 11101001101000011001010011100111101011101000111111100111100111001000010001000010 | e9a194e7ae8fe79c8442 |
UHC | 顔箏眄B | 11100100110101001110111010110100110110001111100001000010 | e4d4eeb4d8f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)