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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ??削k | 0011111100111111100011011110110101101011 | 3f3f8ded6b |
EUC-JP | ??削k | 0011111100111111101110101110111101101011 | 3f3fbaef6b |
UTF-8 | 룶깹削k | 11101011101000111011011011101010101110011011100111100101100010011000101001101011 | eba3b6eab9b9e5898a6b |
UHC | 룶깹削k | 10001111101010111011001010100001110111101111101101101011 | 8fabb2a1defb6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)