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 | ノイ菽」 | 1100100110110010111001001100000110100011 | c9b2e4c1a3 |
EUC-JP | ノイ菽」 | 1000111011001001100011101011001011101000110000111000111010100011 | 8ec98eb2e8c38ea3 |
UTF-8 | ノイ菽」 | 111011111011111010001001111011111011110110110010111010001000111110111101111011111011110110100011 | efbe89efbdb2e88fbdefbda3 |
UHC | ??菽? | 0011111100111111111000101101110100111111 | 3f3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)