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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???愕? | 001111110011111100111111100111001011000100111111 | 3f3f3f9cb13f |
EUC-JP | ???愕? | 001111110011111100111111110110001011001100111111 | 3f3f3fd8b33f |
UTF-8 | 뤶좁퓦愕샴 | 111010111010010010110110111011001010001010000001111011011001001110100110111001101000010010010101111011001000001110110100 | eba4b6eca281ed93a6e68495ec83b4 |
UHC | 뤶좁퓦愕샴 | 10001111111001001100000110111100101111111000111111100100110000111011110010100100 | 8fe4c1bcbf8fe4c3bca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)