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 | ??叭 | 00111111001111111001100111011010 | 3f3f99da |
EUC-JP | ??叭 | 00111111001111111101001011011100 | 3f3fd2dc |
UTF-8 | 룶엑叭 | 111010111010001110110110111011001001011110010001111001011000111110101101 | eba3b6ec9791e58fad |
UHC | 룶엑叭 | 100011111010101110111111101000101111100010100011 | 8fabbfa2f8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)