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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | マヤムエェオ | 1100111111010100110100011011010010101010101101011111011111110101 | cfd4d1b4aab5f7f5 |
EUC-JP | マヤムエェオ? | 10001110110011111000111011010100100011101101000110001110101101001000111010101010100011101011010100111111 | 8ecf8ed48ed18eb48eaa8eb53f |
UTF-8 | マヤムエェオ | 111011111011111010001111111011111011111010010100111011111011111010010001111011111011110110110100111011111011110110101010111011111011110110110101111011101001011110011000 | efbe8fefbe94efbe91efbdb4efbdaaefbdb5ee9798 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)