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 | 1011000110110010111000101011010101000010 | b1b2e2b542 |
EUC-JP | アイ箏B | 10001110101100011000111010110010111001001011011101000010 | 8eb18eb2e4b742 |
UTF-8 | アイ箏B | 11101111101111011011000111101111101111011011001011100111101011101000111101000010 | efbdb1efbdb2e7ae8f42 |
UHC | ??箏B | 0011111100111111111011101011010001000010 | 3f3feeb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)