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 | 浯乞r | 111110101111110010001100111011101000001010010010 | fafc8cee8292 |
EUC-JP | 浯乞r | 10001111110001111100001110111000111100001010001111110010 | 8fc7c3b8f0a3f2 |
UTF-8 | 浯乞r | 111001101011010110101111111001001011100110011110111011111011110110010010 | e6b5afe4b99eefbd92 |
UHC | ?乞r | 0011111111001011111101111010001111110010 | 3fcbf7a3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)