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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆ヤ釥ッ | 111010001111011111010100111110111100000010101111 | e8f7d4fbc0af |
EUC-JP | 顆ヤ釥ッ | 111100001111100110001110110101001000111111100011101010111000111010101111 | f0f98ed48fe3ab8eaf |
UTF-8 | 顆ヤ釥ッ | 111010011010000110000110111011111011111010010100111010011000011110100101111011111011110110101111 | e9a186efbe94e987a5efbdaf |
UHC | 顆??? | 1100111010101000001111110011111100111111 | cea83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)