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 | 荼所鎧裹 | 1110010010110110100011111000101010001010010110101110010111100101 | e4b68f8a8a5ae5e5 |
EUC-JP | 荼所鎧裹 | 1110100010111000101111011110101010110011101110111110101011100111 | e8b8bdeab3bbeae7 |
UTF-8 | 荼所鎧裹 | 111010001000110110111100111001101000100110000000111010011000111010100111111010001010001110111001 | e88dbce68980e98ea7e8a3b9 |
UHC | ?所鎧? | 001111111110000110110110110010111101000100111111 | 3fe1b6cbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)