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 | 淼夭ぐ邂情 | 11111011010001011001101011101110100000101010111011100111101011101000111111101110 | fb459aee82aee7ae8fee |
EUC-JP | 淼夭ぐ邂情 | 1000111111000111111001101101010011110000101001001011000011101110101100001011111011110000 | 8fc7e6d4f0a4b0eeb0bef0 |
UTF-8 | 淼夭ぐ邂情 | 111001101011011110111100111001011010010010101101111000111000000110010000111010011000001010000010111001101000001110000101 | e6b7bce5a4ade38190e98282e68385 |
UHC | ?夭ぐ邂情 | 001111111110100011101100101010101011000011111010101100111110111111010111 | 3fe8ecaab0fab3efd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)