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 | テ静セツコ | 110000111001000011000011101111101100001010111010 | c390c3bec2ba |
EUC-JP | テ静セツコ | 10001110110000111100000011000101100011101011111010001110110000101000111010111010 | 8ec3c0c58ebe8ec28eba |
UTF-8 | テ静セツコ | 111011111011111010000011111010011001110110011001111011111011110110111110111011111011111010000010111011111011110110111010 | efbe83e99d99efbdbeefbe82efbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)