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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 貉帛援]H | 1110011010111001100110111110010110001001100001110101110101001000 | e6b99be589875d48 |
EUC-JP | 貉帛援]H | 1110110010111011110101101110011110110001111001110101110101001000 | ecbbd6e7b1e75d48 |
UTF-8 | 貉帛援]H | 1110100010110010100010011110010110111000100110111110011010001111101101000101110101001000 | e8b289e5b89be68fb45d48 |
UHC | ?帛援]H | 00111111110110111101100111101010101101010101110101001000 | 3fdbd9eab55d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)