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 | 底??磬? | 10010010111010100011111100111111111000011111110000111111 | 92ea3f3fe1fc3f |
EUC-JP | 底??磬? | 11000100111011000011111100111111111000101111111000111111 | c4ec3f3fe2fe3f |
UTF-8 | 底흘렑磬롛 | 111001011011101010010101111011011001110110011000111010111010000010010001111001111010001110101100111010111010000110011011 | e5ba95ed9d98eba091e7a3aceba19b |
UHC | 底흘렑磬롛 | 11101110101111001100100011101010100011101010011011001100111001001000111011011111 | eebcc8ea8ea6cce48edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)