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 | ??’悸 | 001111110011111110000001011001101001110010100111 | 3f3f81669ca7 |
EUC-JP | ??’悸 | 001111110011111110100001110001111101100010101001 | 3f3fa1c7d8a9 |
UTF-8 | 뤦句’悸 | 111010111010010010100110111011111010010010000110111000101000000010011001111001101000001010111000 | eba4a6efa486e28099e682b8 |
UHC | 뤦句’悸 | 1000111111010100110011111111101110100001101011111100110011111011 | 8fd4cffba1afccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)