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 | ?????® | 001111110011111100111111001111110011111110101110 | 3f3f3f3f3fae |
SJIS-WIN | 源????? | 10001100101110010011111100111111001111110011111100111111 | 8cb93f3f3f3f3f |
EUC-JP | 源????® | 101110001011101100111111001111110011111100111111100011111010001011101110 | b8bb3f3f3f3f8fa2ee |
UTF-8 | 源재렯렏燎® | 1110011010111010100100001110110010011110101011001110101110100000101011111110101110100000100011111110111110100111100000001100001010101110 | e6ba90ec9eaceba0afeba08fefa780c2ae |
UHC | 源재렯렏燎® | 111010101011100111000000111001111000111010111100100011101010010111101000111110111010001011100111 | eab9c0e78ebc8ea5e8fba2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)