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 | 莠壱。ォ岺 | 1110010010111010100010001110101110100001101010111111101010101101 | e4ba88eba1abfaad |
EUC-JP | 莠壱。ォ岺 | 1110100010111100101100001110110110001110101000011000111010101011100011111011101110111000 | e8bcb0ed8ea18eab8fbbb8 |
UTF-8 | 莠壱。ォ岺 | 111010001000111010100000111001011010001110110001111011111011110110100001111011111011110110101011111001011011001010111010 | e88ea0e5a3b1efbda1efbdabe5b2ba |
UHC | ????岺 | 001111110011111100111111001111111101011010111001 | 3f3f3f3fd6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)