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 | 蜃懶スカ陞「 | 111001011000011110011100111011111011110110110110111010001001111010100010 | e5879cefbdb6e89ea2 |
EUC-JP | 蜃懶スカ陞「 | 111010011110011111011000111100011000111010111101100011101011011011101111111111101000111010100010 | e9e7d8f18ebd8eb6effe8ea2 |
UTF-8 | 蜃懶スカ陞「 | 111010001001110010000011111001101000011110110110111011111011110110111101111011111011110110110110111010011001100110011110111011111011110110100010 | e89c83e687b6efbdbdefbdb6e9999eefbda2 |
UHC | 蜃懶??陞? | 111000111111000111010100111110110011111100111111111000111011001100111111 | e3f1d4fb3f3fe3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)