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 | 擬?? | 10001011010110110011111100111111 | 8b5b3f3f |
EUC-JP | 擬泮? | 101101011011110010001111110001111010100000111111 | b5bc8fc7a83f |
UTF-8 | 擬泮렪 | 111001101001001110101100111001101011001110101110111010111010000010101010 | e693ace6b3aeeba0aa |
UHC | 擬泮렪 | 111010111111010011011010111010101000111010111000 | ebf4daea8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)