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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 昻??}B | 111110101101000000111111001111110111110101000010 | fad03f3f7d42 |
EUC-JP | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
UTF-8 | 昻뷰툋}B | 1110011010011000101110111110101110110111101100001110110110001000100010110111110101000010 | e698bbebb7b0ed888b7d42 |
UHC | 昻뷰툋}B | 1110010011101001101110101110010010111000100000110111110101000010 | e4e9bae4b8837d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)