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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矍 | 1111001011100011111100001110110111100001110111011111011110101100 | f2e3f0ede1ddf7ac |
EUC-JP | ??矍? | 0011111100111111111000101101111100111111 | 3f3fe2df3f |
UTF-8 | 矍 | 111011101000100010011010111011101000001010101100111001111001111110001101111011101001011010001111 | ee889aee82ace79f8dee968f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)