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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浴?曖? | 100101111000000100111111100111100100001000111111 | 97813f9e423f |
EUC-JP | 浴?曖? | 110011011110000100111111110110111010001100111111 | cde13fdba33f |
UTF-8 | 浴냁曖퇐 | 111001101011010110110100111010111000001110000001111001101001101110010110111011011000011110010000 | e6b5b4eb8381e69b96ed8790 |
UHC | 浴냁曖퇐 | 1110100110110001100001100101000011100100111100101011100001000001 | e9b18650e4f2b841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)