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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | タ悊゙タ嵓タタ | 110000001111101010111110110111101100000011111010101100001100000011000000 | c0fabedec0fab0c0c0 |
EUC-JP | タ悊゙タ?タタ | 1000111011000000100011111011110111110000100011101101111010001110110000000011111110001110110000001000111011000000 | 8ec08fbdf08ede8ec03f8ec08ec0 |
UTF-8 | タ悊゙タ嵓タタ | 111011111011111010000000111001101000001010001010111011111011111010011110111011111011111010000000111001011011010110010011111011111011111010000000111011111011111010000000 | efbe80e6828aefbe9eefbe80e5b593efbe80efbe80 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)