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 | 貅専ウ簿岬 | 111001101011101010010000111010101011001110010101111010111001011010100110 | e6ba90eab395eb96a6 |
EUC-JP | 貅専ウ簿岬 | 11101100101111001100000011101100100011101011001111001010111011011100110010101000 | ecbcc0ec8eb3caedcca8 |
UTF-8 | 貅専ウ簿岬 | 111010001011001010000101111001011011000010000010111011111011110110110011111001111011000010111111111001011011001010101100 | e8b285e5b082efbdb3e7b0bfe5b2ac |
UHC | ???簿岬 | 00111111001111110011111111011101101011011100101110100010 | 3f3f3fddadcba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)