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 | 谷淡続賊 | 1001001001001010100100100101011110010001101100011001000110101111 | 924a925791b191af |
EUC-JP | 谷淡続賊 | 1100001110101011110000111011100011000010101100111100001010110001 | c3abc3b8c2b3c2b1 |
UTF-8 | 谷淡続賊 | 111010001011000010110111111001101011011110100001111001111011011010011010111010001011001110001010 | e8b0b7e6b7a1e7b69ae8b38a |
UHC | 谷淡?賊 | 11001101110110111101001110111111001111111110111011100100 | cddbd3bf3feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)