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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顆ヤ釥オ芝、 | 111010001111011111010100111110111100000010110101100011101100010110100100 | e8f7d4fbc0b58ec5a4 |
EUC-JP | 顆ヤ釥オ芝、 | 11110000111110011000111011010100100011111110001110101011100011101011010110111100110001111000111010100100 | f0f98ed48fe3ab8eb5bcc78ea4 |
UTF-8 | 顆ヤ釥オ芝、 | 111010011010000110000110111011111011111010010100111010011000011110100101111011111011110110110101111010001000101010011101111011111011110110100100 | e9a186efbe94e987a5efbdb5e88a9defbda4 |
UHC | 顆???芝? | 1100111010101000001111110011111100111111111100101011100100111111 | cea83f3f3ff2b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)