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 | ?g/菴? | 0011111110000010100001111000000101011110111001001011110100111111 | 3f8287815ee4bd3f |
EUC-JP | ?g/菴? | 0011111110100011111001111010000110111111111010001011111100111111 | 3fa3e7a1bfe8bf3f |
UTF-8 | 醴g/菴쁁 | 111011111010011010110111111011111011110110000111111011111011110010001111111010001000111110110100111011001000000110000001 | efa6b7efbd87efbc8fe88fb4ec8181 |
UHC | 醴g/菴쁁 | 11100111111001001010001111100111101000111010111111100100111000001001100001000010 | e7e4a3e7a3afe4e09842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)