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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??寃??傲 | 0011111100111111100110111000001100111111001111111001100011111100 | 3f3f9b833f3f98fc |
EUC-JP | 澔?寃??傲 | 10001111110010001110110000111111110101011110001100111111001111111101000011111110 | 8fc8ec3fd5e33f3fd0fe |
UTF-8 | 澔뫄寃뤋넵傲 | 111001101011111010010100111010111010101110000100111001011010111110000011111010111010010010001011111010111000010010110101111001011000001010110010 | e6be94ebab84e5af83eba48beb84b5e582b2 |
UHC | 澔뫄寃뤋넵傲 | 111110111100101110111000111110101110101010110010100011111011101110110011110111001110011111101100 | fbcbb8faeab28fbbb3dce7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)