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 | 旬??? | 1000111101111011001111110011111100111111 | 8f7b3f3f3f |
EUC-JP | 旬??? | 1011110111011100001111110011111100111111 | bddc3f3f3f |
UTF-8 | 旬뗩꽘咽 | 111001101001011110101100111010111001011110101001111010101011110110011000111011111010011010011110 | e697aceb97a9eabd98efa69e |
UHC | 旬뗩꽘咽 | 1110001011100010100010111110100110000100101001111110011011101100 | e2e28be984a7e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)