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 | 嵂倩桙 | 111110101011001010011000111010001001111010000010 | fab298e89e82 |
EUC-JP | 嵂倩桙 | 10001111101110111101000011010000111010101101101111100010 | 8fbbd0d0eadbe2 |
UTF-8 | 嵂倩桙 | 111001011011010110000010111001011000000010101001111001101010000110011001 | e5b582e580a9e6a199 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)