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 | 雅????? | 10001001111010110011111100111111001111110011111100111111 | 89eb3f3f3f3f3f |
EUC-JP | 雅??沅?? | 101100101110110100111111001111111000111111000110111010010011111100111111 | b2ed3f3f8fc6e93f3f |
UTF-8 | 雅붿뮂沅뗧㎣ | 111010011001101110000101111010111011011010111111111010111010111010000010111001101011001010000101111010111001011110100111111000111000111010100011 | e99b85ebb6bfebae82e6b285eb97a7e38ea3 |
UHC | 雅붿뮂沅뗧㎣ | 111001001011101010010100111011001001001010010001111010101011011010001011111001111010011110100111 | e4ba94ec9291eab68be7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)