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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 多続村探 | 1001000110111101100100011011000110010001101110101001001001010100 | 91bd91b191ba9254 |
EUC-JP | 多続村探 | 1100001010111111110000101011001111000010101111001100001110110101 | c2bfc2b3c2bcc3b5 |
UTF-8 | 多続村探 | 111001011010010010011010111001111011011010011010111001101001110110010001111001101000111010100010 | e5a49ae7b69ae69d91e68ea2 |
UHC | 多?村探 | 11010010111111010011111111110101101111011111011110101110 | d2fd3ff5bdf7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)