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 | 蓖罷。簿。庭 | 11100100111011011001010011101011101000011001010111101011101000011001001011101011 | e4ed94eba195eba192eb |
EUC-JP | 蓖罷。簿。庭 | 111010001110111111001000111011011000111010100001110010101110110110001110101000011100010011101101 | e8efc8ed8ea1caed8ea1c4ed |
UTF-8 | 蓖罷。簿。庭 | 111010001001001110010110111001111011110110110111111011111011110110100001111001111011000010111111111011111011110110100001111001011011101010101101 | e89396e7bdb7efbda1e7b0bfefbda1e5baad |
UHC | ?罷?簿?庭 | 001111111111011111110011001111111101110110101101001111111110111111010100 | 3ff7f33fddad3fefd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)