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 | ?れ?癲 | 001111111000001011101010001111111110000110011111 | 3f82ea3fe19f |
EUC-JP | ?れ?癲 | 001111111010010011101100001111111110001010100001 | 3fa4ec3fe2a1 |
UTF-8 | 囹れ쭛癲 | 111011111010011010101001111000111000001010001100111011001010110110011011111001111001100110110010 | efa6a9e3828cecad9be799b2 |
UHC | 囹れ쭛癲 | 1110011110101010101010101110110010100111100100011110111110100110 | e7aaaaeca791efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)