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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 旋綏旋獸B | 100100001111100111100011010101101001000011111001111000001101011101000010 | 90f9e35690f9e0d742 |
EUC-JP | 旋綏旋獸B | 110000001111101111100101101101111100000011111011111000001101100101000010 | c0fbe5b7c0fbe0d942 |
UTF-8 | 旋綏旋獸B | 11100110100101111000101111100111101101101000111111100110100101111000101111100111100011011011100001000010 | e6978be7b68fe6978be78db842 |
UHC | 旋綏旋獸B | 111000001100000111100010101101111110000011000001111000101010111001000010 | e0c1e2b7e0c1e2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)