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 | ???~\ | 0011111100111111001111110111111001011100 | 3f3f3f7e5c |
SJIS-WIN | ???~\ | 0011111100111111001111110111111001011100 | 3f3f3f7e5c |
EUC-JP | ???~\ | 0011111100111111001111110111111001011100 | 3f3f3f7e5c |
UTF-8 | 혨횗혢~\ | 1110110110011000101010001110110110011010100101111110110110011000101000100111111001011100 | ed98a8ed9a97ed98a27e5c |
UHC | 혨횗혢~\ | 1100001010010000110000111001000111000010100010110111111001011100 | c290c391c28b7e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)