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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 矗矣k | 11100001110111101111000011101001111000011110000101101011 | e1def0e9e1e16b |
EUC-JP | 矗?矣k | 111000101110000000111111111000101110001101101011 | e2e03fe2e36b |
UTF-8 | 矗矣k | 11100111100111111001011111101110100000101010100011100111100111111010001101101011 | e79f97ee82a8e79fa36b |
UHC | 矗?矣k | 111101011011100000111111111010111111100001101011 | f5b83febf86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)