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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 奛セ謗ケワ蝪 | 111110101010000110111110111001101000111010111001110111001110010110100001 | faa1bee68eb9dce5a1 |
EUC-JP | 奛セ謗ケワ蝪 | 10001111101110001111011110001110101111101110101111101110100011101011100110001110110111001110101010100011 | 8fb8f78ebeebee8eb98edceaa3 |
UTF-8 | 奛セ謗ケワ蝪 | 111001011010010110011011111011111011110110111110111010001010110010010111111011111011110110111001111011111011111010011100111010001001110110101010 | e5a59befbdbee8ac97efbdb9efbe9ce89daa |
UHC | ??謗??? | 00111111001111111101101110111111001111110011111100111111 | 3f3fdbbf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)