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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 震?砥? | 100100000110101100111111100100110111010100111111 | 906b3f93753f |
EUC-JP | 震?砥? | 101111111100110000111111110001011101011000111111 | bfcc3fc5d63f |
UTF-8 | 震렾砥렣 | 111010011001110010000111111010111010000010111110111001111010000010100101111010111010000010100011 | e99c87eba0bee7a0a5eba0a3 |
UHC | 震렾砥렣 | 1111001011101000100011101100011011110010101100101000111010110100 | f2e88ec6f2b28eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)