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 | 11101000101100111000100011100111100111001010010001000010 | e8b388e79ca442 |
EUC-JP | 雉育悧B | 11110000101101011011000011101001110110001010011001000010 | f0b5b0e9d8a642 |
UTF-8 | 雉育悧B | 11101001100110111000100111101000100000101011001011100110100000101010011101000010 | e99b89e882b2e682a742 |
UHC | 雉育悧B | 11110110110010111110101111000000110101111101110001000010 | f6cbebc0d7dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)