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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茯手開 | 111001001010100010001110111010001000101001001010 | e4a88ee88a4a |
EUC-JP | 茯手開 | 111010001010101010111100111010101011001110101011 | e8aabceab3ab |
UTF-8 | 茯手開 | 111010001000110010101111111001101000100110001011111010011001011010001011 | e88cafe6898be9968b |
UHC | 茯手開 | 110111001101101011100010101000101100101111010010 | dcdae2a2cbd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)