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 | 劾??恁? | 10001010010011100011111100111111100111001000110000111111 | 8a4e3f3f9c8c3f |
EUC-JP | 劾??恁? | 10110011101011110011111100111111110101111110110000111111 | b3af3f3fd7ec3f |
UTF-8 | 劾ⁿ텤恁과 | 111001011000101010111110111000101000000110111111111011011000010110100100111001101000000110000001111010101011001110111100 | e58abee281bfed85a4e68181eab3bc |
UHC | 劾ⁿ텤恁과 | 11111010101101101010100111111010101101101001100111101100111101101011000011111010 | fab6a9fab699ecf6b0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)