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 | 1001111101100010001111110011111101000010 | 9f623f3f42 |
EUC-JP | 歟??B | 1101110111000011001111110011111101000010 | ddc33f3f42 |
UTF-8 | 歟긷젾B | 11100110101011011001111111101010101110001011011111101100101000001011111001000010 | e6ad9feab8b7eca0be42 |
UHC | 歟긷젾B | 11100110101000101011000111100101101000001011000001000010 | e6a2b1e5a0b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)