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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | イ茣莉マ | 101100101110010010110010111001001011101111001111 | b2e4b2e4bbcf |
EUC-JP | イ茣莉マ | 1000111010110010111010001011010011101000101111011000111011001111 | 8eb2e8b4e8bd8ecf |
UTF-8 | イ茣莉マ | 111011111011110110110010111010001000110010100011111010001000111010001001111011111011111010001111 | efbdb2e88ca3e88e89efbe8f |
UHC | ??莉? | 0011111100111111110101111110100100111111 | 3f3fd7e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)