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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???容 | 0011111100111111001111111001011101100101 | 3f3f3f9765 |
EUC-JP | 縕??容 | 10001111110101001100001000111111001111111100110111000110 | 8fd4c23f3fcdc6 |
UTF-8 | 縕딁뀢容 | 111001111011100010010101111010111001010010000001111010111000000010100010111001011010111010111001 | e7b895eb9481eb80a2e5aeb9 |
UHC | 縕딁뀢容 | 1110100010110010100010101110011110000101100110011110100110111011 | e8b28ae78599e9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)