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 | 灼杓荀 | 100011101101110010001110110110111110010010100100 | 8edc8edbe4a4 |
EUC-JP | 灼杓荀 | 101111001101111010111100110111011110100010100110 | bcdebcdde8a6 |
UTF-8 | 灼杓荀 | 111001111000000110111100111001101001110110010011111010001000110110000000 | e781bce69d93e88d80 |
UHC | 灼杓荀 | 111011011100011111111000111101011110001011110000 | edc7f8f5e2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)