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 | コ暲チ | 1111000011111011101110101111101011011100110000011111000010101010 | f0fbbafadcc1f0aa |
EUC-JP | ?コ暲チ? | 001111111000111010111010100011111100001011011011100011101100000100111111 | 3f8eba8fc2db8ec13f |
UTF-8 | コ暲チ | 111011101000001010111010111011111011110110111010111001101001101010110010111011111011111010000001111011101000000110101001 | ee82baefbdbae69ab2efbe81ee81a9 |
UHC | ??暲?? | 001111110011111111101101111001110011111100111111 | 3f3fede73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)