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 | 庸?? | 10010111011001100011111100111111 | 97663f3f |
EUC-JP | 庸?? | 11001101110001110011111100111111 | cdc73f3f |
UTF-8 | 庸뉔슆 | 111001011011101010111000111010111000100110010100111011001000101010000110 | e5bab8eb8994ec8a86 |
UHC | 庸뉔슆 | 111010011011110010000111111010011001101010011000 | e9bc87e99a98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)