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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟戍速 | 111001011000000010011100111110011001000110101100 | e5809cf991ac |
EUC-JP | 蛟戍速 | 111010011110000011011000111110111100001010101110 | e9e0d8fbc2ae |
UTF-8 | 蛟戍速 | 111010001001101110011111111001101000100010001101111010011000000010011111 | e89b9fe6888de9809f |
UHC | 蛟戍速 | 110011101111000111100010101000011110000111011100 | cef1e2a1e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)