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 | 筝号┰羞≦ | 11100010101101101000110110000110100001001011101111100011101101011000000110000101 | e2b68d8684bbe3b58185 |
EUC-JP | 筝号┰羞≦ | 11100100101110001011100111100110101010001011110111100110101101111010000111100101 | e4b8b9e6a8bde6b7a1e5 |
UTF-8 | 筝号┰羞≦ | 111001111010110110011101111001011000111110110111111000101001010010110000111001111011111010011110111000101000100110100110 | e7ad9de58fb7e294b0e7be9ee289a6 |
UHC | ??┰羞? | 00111111001111111010011010111101111000101011101000111111 | 3f3fa6bde2ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)