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 | 雄???? | 100101110101100100111111001111110011111100111111 | 97593f3f3f3f |
EUC-JP | 雄杻??? | 1100110110111010100011111100001110100110001111110011111100111111 | cdba8fc3a63f3f3f |
UTF-8 | 雄杻렟명렏 | 111010011001101110000100111001101001110110111011111010111010000010011111111010111010101010000101111010111010000010001111 | e99b84e69dbbeba09febaa85eba08f |
UHC | 雄杻렟명렏 | 11101010101010011101001011101110100011101011000010111000111011011000111010100101 | eaa9d2ee8eb0b8ed8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)