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 | カ釵セ蒹 | 1111001010100011101101101110011111011110101111101110010011100011 | f2a3b6e7debee4e3 |
EUC-JP | ?カ釵セ蒹 | 001111111000111010110110111011101110000010001110101111101110100011100101 | 3f8eb6eee08ebee8e5 |
UTF-8 | カ釵セ蒹 | 111011101000011110011010111011111011110110110110111010011000011110110101111011111011110110111110111010001001001010111001 | ee879aefbdb6e987b5efbdbee892b9 |
UHC | ??釵?? | 001111110011111111110011111110110011111100111111 | 3f3ff3fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)