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 | ?堊??? | 001111111001101010111111001111110011111100111111 | 3f9abf3f3f3f |
EUC-JP | ?堊??? | 001111111101010011000001001111110011111100111111 | 3fd4c13f3f3f |
UTF-8 | 양堊렧렯렗 | 111011001001011010010001111001011010000010001010111010111010000010100111111010111010000010101111111010111010000010010111 | ec9691e5a08aeba0a7eba0afeba097 |
UHC | 양堊렧렯렗 | 10111110111001111110010010111110100011101011011010001110101111001000111010101100 | bee7e4be8eb68ebc8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)