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 | 椅??認? | 10001000110101100011111100111111100101000100011000111111 | 88d63f3f94463f |
EUC-JP | 椅??認? | 10110000110110000011111100111111110001111010011100111111 | b0d83f3fc7a73f |
UTF-8 | 椅녿똻認륛 | 111001101010010010000101111010111000010110111111111010111001100010111011111010001010101010001101111010111010010110011011 | e6a485eb85bfeb98bbe8aa8deba59b |
UHC | 椅녿똻認륛 | 11101011111101011000011011101011100011001000000111101100111000111001000001000010 | ebf586eb8c81ece39042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)