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 | 轤寂他峵 | 1110011110000010100011101110001010010001101111001111101010101110 | e7828ee291bcfaae |
EUC-JP | 轤寂他? | 11101101111000101011110011100100110000101011111000111111 | ede2bce4c2be3f |
UTF-8 | 轤寂他峵 | 111010001011110110100100111001011010111110000010111001001011101110010110111001011011001110110101 | e8bda4e5af82e4bb96e5b3b5 |
UHC | ?寂他? | 001111111110111011010110111101101110001000111111 | 3feed6f6e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)