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 | ?屎? | 00111111100110111001110100111111 | 3f9b9d3f |
EUC-JP | ?屎? | 00111111110101011111110100111111 | 3fd5fd3f |
UTF-8 | 댎屎걿 | 111010111000110010001110111001011011000110001110111010101011000110111111 | eb8c8ee5b18eeab1bf |
UHC | 댎屎걿 | 100010001011011111100011101110101000000110100010 | 88b7e3ba81a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)