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 | ◆? 序 | 10000001100111110011111110000001010000001000111110011000 | 819f3f81408f98 |
EUC-JP | ◆? 序 | 10100010101000010011111110100001101000011011110111111000 | a2a13fa1a1bdf8 |
UTF-8 | ◆룶 序 | 111000101001011110000110111010111010001110110110111000111000000010000000111001011011101010001111 | e29786eba3b6e38080e5ba8f |
UHC | ◆룶 序 | 1010000111011111100011111010101110100001101000011101111111101101 | a1df8faba1a1dfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)