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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 瓦??\ | 1000101010100010001111110011111101011100 | 8aa23f3f5c |
EUC-JP | 瓦??\ | 1011010010100100001111110011111101011100 | b4a43f3f5c |
UTF-8 | 瓦븝쉑\ | 11100111100100111010011011101011101110001001110111101100100010011001000101011100 | e793a6ebb89dec89915c |
UHC | 瓦븝쉑\ | 11101000101111111011101011101111101111011010011101011100 | e8bfbaefbda75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)