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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諸伜 | 11111011101010011001100011100101 | fba998e5 |
EUC-JP | ?伜 | 001111111101000011100111 | 3fd0e7 |
UTF-8 | 諸伜 | 111011111010100010100010111001001011110010011100 | efa8a2e4bc9c |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)