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 | ??寃??? | 00111111001111111001101110000011001111110011111100111111 | 3f3f9b833f3f3f |
EUC-JP | 澔?寃??? | 100011111100100011101100001111111101010111100011001111110011111100111111 | 8fc8ec3fd5e33f3f3f |
UTF-8 | 澔뫄寃뤋넥筽 | 111001101011111010010100111010111010101110000100111001011010111110000011111010111010010010001011111010111000010010100101111001111010110110111101 | e6be94ebab84e5af83eba48beb84a5e7adbd |
UHC | 澔뫄寃뤋넥筽 | 111110111100101110111000111110101110101010110010100011111011101110110011110110001110100010100100 | fbcbb8faeab28fbbb3d8e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)