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 | ???癲? | 001111110011111100111111111000011001111100111111 | 3f3f3fe19f3f |
EUC-JP | ???癲? | 001111110011111100111111111000101010000100111111 | 3f3f3fe2a13f |
UTF-8 | 琉⒴뮁癲괕 | 111011111010011110001100111000101001001010110100111010111010111010000001111001111001100110110010111010101011010010010101 | efa78ce292b4ebae81e799b2eab495 |
UHC | 琉⒴뮁癲괕 | 11101011101001001010100111100101100100101001000011101111101001101000001001000010 | eba4a9e59290efa68242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)