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 | 轤ッ譏謎ソ | 1110011110000010101011111110011010011000100100111110010010111111 | e782afe69893e4bf |
EUC-JP | 轤ッ譏謎ソ | 11101101111000101000111010101111111010111111100011000110111001101000111010111111 | ede28eafebf8c6e68ebf |
UTF-8 | 轤ッ譏謎ソ | 111010001011110110100100111011111011110110101111111010001010110110001111111010001010110010001110111011111011110110111111 | e8bda4efbdafe8ad8fe8ac8eefbdbf |
UHC | ??譏謎? | 00111111001111111101000111000001110110101011101000111111 | 3f3fd1c1daba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)