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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ぱ??? | 00111111001111111000001011001111001111110011111100111111 | 3f3f82cf3f3f3f |
EUC-JP | ??ぱ??? | 00111111001111111010010011010001001111110011111100111111 | 3f3fa4d13f3f3f |
UTF-8 | 룶퓦ぱ룶쥚⒟ | 111010111010001110110110111011011001001110100110111000111000000110110001111010111010001110110110111011001010010110011010111000101001001010011111 | eba3b6ed93a6e381b1eba3b6eca59ae2929f |
UHC | 룶퓦ぱ룶쥚⒟ | 100011111010101110111111100011111010101011010001100011111010101110100010100011111010100111010000 | 8fabbf8faad18faba28fa9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)