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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 歪よ?G | 100110000110001110000010111001100011111101000111 | 986382e63f47 |
EUC-JP | 歪よ?G | 110011111100010010100100111010000011111101000111 | cfc4a4e83f47 |
UTF-8 | 歪よ뮅G | 11100110101011011010101011100011100000101000100011101011101011101000010101000111 | e6adaae38288ebae8547 |
UHC | 歪よ뮅G | 11101000111000001010101011101000100100101001010001000111 | e8e0aae8929447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)