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 | ??桀?? | 001111110011111110011110011110110011111100111111 | 3f3f9e7b3f3f |
EUC-JP | ??桀?? | 001111110011111111011011110111000011111100111111 | 3f3fdbdc3f3f |
UTF-8 | 룶괍桀푯룫 | 111010111010001110110110111010101011010010001101111001101010000110000000111011011001000110101111111010111010001110101011 | eba3b6eab48de6a180ed91afeba3ab |
UHC | 룶괍桀푯룫 | 10001111101010111011000110100010110010111111101011000111101010011000111110100010 | 8fabb1a2cbfac7a98fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)