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 | 諤鞘落 | 111001101000000010001111111000101001011110001110 | e6808fe2978e |
EUC-JP | 諤鞘落 | 111010111110000010111110111001001100110111101110 | ebe0bee4cdee |
UTF-8 | 諤鞘落 | 111010001010101110100100111010011001111010011000111010001001000010111101 | e8aba4e99e98e890bd |
UHC | ??落 | 00111111001111111101010110101010 | 3f3fd5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)