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 | ??鞨? | 0011111100111111111010001110000000111111 | 3f3fe8e03f |
EUC-JP | ??鞨? | 0011111100111111111100001110001000111111 | 3f3ff0e23f |
UTF-8 | 뤶풆鞨쨴 | 111010111010010010110110111011011001001010000110111010011001111010101000111011001010100010110100 | eba4b6ed9286e99ea8eca8b4 |
UHC | 뤶풆鞨쨴 | 1000111111100100101111101000111011001010111010101010010010001110 | 8fe4be8ecaeaa48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)