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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 醯羇悄栲黏B | 1110011111001111111000111011001010011100100111111001111001111101111010100111010101000010 | e7cfe3b29c9f9e7dea7542 |
EUC-JP | 醯羇悄栲黏B | 1110111011010001111001101011010011011000101000011101101111011110111100111101011001000010 | eed1e6b4d8a1dbdef3d642 |
UTF-8 | 醯羇悄栲黏B | 11101001100001101010111111100111101111101000011111100110100000101000010011100110101000001011001011101001101110111000111101000010 | e986afe7be87e68284e6a0b2e9bb8f42 |
UHC | 醯????B | 11111011101110000011111100111111001111110011111101000010 | fbb83f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)