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 | 裘鞘贈籬 | 1110010111100010100011111110001010010001101000011110001011011111 | e5e28fe291a1e2df |
EUC-JP | 裘鞘贈籬 | 1110101011100100101111101110010011000010101000111110010011100001 | eae4bee4c2a3e4e1 |
UTF-8 | 裘鞘贈籬 | 111010001010001110011000111010011001111010011000111010001011010010001000111001111011000110101100 | e8a398e99e98e8b488e7b1ac |
UHC | ??贈籬 | 001111110011111111110001111111001101011111100110 | 3f3ff1fcd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)