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 | ◆??パ | 100000011001111100111111001111111000001101110000 | 819f3f3f8370 |
EUC-JP | ◆??パ | 101000101010000100111111001111111010010111010001 | a2a13f3fa5d1 |
UTF-8 | ◆룫콓パ | 111000101001011110000110111010111010001110101011111011001011110110010011111000111000001110010001 | e29786eba3abecbd93e38391 |
UHC | ◆룫콓パ | 1010000111011111100011111010001010110001100011111010101111010001 | a1df8fa2b18fabd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)