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 | 牆橋鉋 | 111000001010110110001011101101001110011111101110 | e0ad8bb4e7ee |
EUC-JP | 牆橋鉋 | 111000001010111110110110101101101110111011110000 | e0afb6b6eef0 |
UTF-8 | 牆橋鉋 | 111001111000100110000110111001101010100110001011111010011000100110001011 | e78986e6a98be9898b |
UHC | 牆橋? | 1110110111101101110011101110100100111111 | ededcee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)