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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 滓?齋 | 1001111111100110001111111110001001010110 | 9fe63fe256 |
EUC-JP | 滓?齋 | 1101111011101000001111111110001110110111 | dee83fe3b7 |
UTF-8 | 滓렫齋 | 111001101011101110010011111010111010000010101011111010011011110110001011 | e6bb93eba0abe9bd8b |
UHC | 滓렫齋 | 111011101010101110001110101110011110111010110001 | eeab8eb9eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)