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 | 濡???? | 100101000100011100111111001111110011111100111111 | 94473f3f3f3f |
EUC-JP | 濡???? | 110001111010100000111111001111110011111100111111 | c7a83f3f3f3f |
UTF-8 | 濡딅젧呂릈 | 111001101011111110100001111010111001010010000101111011001010000010100111111011111010011010000000111010111010011010001000 | e6bfa1eb9485eca0a7efa680eba688 |
UHC | 濡딅젧呂릈 | 11101011101000011000101011101011101000001001111111100101111110111001000001101000 | eba18aeba09fe5fb9068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)