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 | ?厓も? | 001111111111101010001101100000101110000000111111 | 3ffa8d82e03f |
EUC-JP | ?厓も? | 00111111100011111011010011000111101001001110001000111111 | 3f8fb4c7a4e23f |
UTF-8 | 룶厓も룴 | 111010111010001110110110111001011000111010010011111000111000001010000010111010111010001110110100 | eba3b6e58e93e38282eba3b4 |
UHC | 룶厓も룴 | 1000111110101011111001001110110110101010111000101000111110101001 | 8fabe4edaae28fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)