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 | 葹簿椁 | 111001001101111110010101111010111001111010010110 | e4df95eb9e96 |
EUC-JP | 葹簿椁 | 111010001110000111001010111011011101101111110110 | e8e1caeddbf6 |
UTF-8 | 葹簿椁 | 111010001001000110111001111001111011000010111111111001101010010010000001 | e891b9e7b0bfe6a481 |
UHC | ?簿? | 00111111110111011010110100111111 | 3fddad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)