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 | 梧ワ? | 1000110011100110100000111000111100111111 | 8ce6838f3f |
EUC-JP | 梧ワ? | 1011100011101000101001011110111100111111 | b8e8a5ef3f |
UTF-8 | 梧ワ숱 | 111001101010001010100111111000111000001110101111111011001000100010110001 | e6a2a7e383afec88b1 |
UHC | 梧ワ숱 | 111001111111110010101011111011111011110110100010 | e7fcabefbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)