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 | 吾ゎ? | 1000110011100001100000101110110000111111 | 8ce182ec3f |
EUC-JP | 吾ゎ? | 1011100011100011101001001110111000111111 | b8e3a4ee3f |
UTF-8 | 吾ゎ닞 | 111001011001000010111110111000111000001010001110111010111000101110011110 | e590bee3828eeb8b9e |
UHC | 吾ゎ닞 | 111001111110111010101010111011101000100010011110 | e7eeaaee889e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)