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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆ヤ釥オ芝 | 1110100011110111110101001111101111000000101101011000111011000101 | e8f7d4fbc0b58ec5 |
EUC-JP | 顆ヤ釥オ芝 | 1111000011111001100011101101010010001111111000111010101110001110101101011011110011000111 | f0f98ed48fe3ab8eb5bcc7 |
UTF-8 | 顆ヤ釥オ芝 | 111010011010000110000110111011111011111010010100111010011000011110100101111011111011110110110101111010001000101010011101 | e9a186efbe94e987a5efbdb5e88a9d |
UHC | 顆???芝 | 11001110101010000011111100111111001111111111001010111001 | cea83f3f3ff2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)