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 | 淙?在?? | 10011111110010000011111110001101110111010011111100111111 | 9fc83f8ddd3f3f |
EUC-JP | 淙?在?? | 11011110110010100011111110111010110111110011111100111111 | deca3fbadf3f3f |
UTF-8 | 淙렊在쭹렣 | 111001101011011110011001111010111010000010001010111001011001110010101000111011001010110110111001111010111010000010100011 | e6b799eba08ae59ca8ecadb9eba0a3 |
UHC | 淙렊在쭹렣 | 11110000111110001000111010100001111011101010010011000010111001111000111010110100 | f0f88ea1eea4c2e78eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)