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 | ??舒桀? | 00111111001111111001100010101110100111100111101100111111 | 3f3f98ae9e7b3f |
EUC-JP | ??舒桀? | 00111111001111111101000010110000110110111101110000111111 | 3f3fd0b0dbdc3f |
UTF-8 | 룶깹舒桀탕 | 111010111010001110110110111010101011100110111001111010001000100010010010111001101010000110000000111011011000001110010101 | eba3b6eab9b9e88892e6a180ed8395 |
UHC | 룶깹舒桀탕 | 10001111101010111011001010100001111000001010001011001011111110101100010111000001 | 8fabb2a1e0a2cbfac5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)