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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鰲??彦? | 11101001111000000011111100111111100101010100011000111111 | e9e03f3f95463f |
EUC-JP | 鰲??彦? | 11110010111000100011111100111111110010011010011100111111 | f2e23f3fc9a73f |
UTF-8 | 鰲쒍펯彦쁁 | 111010011011000010110010111011001001001010001101111011011000111010101111111001011011110110100110111011001000000110000001 | e9b0b2ec928ded8eafe5bda6ec8181 |
UHC | 鰲쒍펯彦쁁 | 11101000101001111001110011100100101111001000000111100101111010011001100001000010 | e8a79ce4bc81e5e99842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)