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 | ?苛?爵 | 001111111000100111010101001111111000111011011101 | 3f89d53f8edd |
EUC-JP | ?苛?爵 | 001111111011001011010111001111111011110011011111 | 3fb2d73fbcdf |
UTF-8 | 뤚苛瀜爵 | 111010111010010010011010111010001000101110011011111001111000000010011100111001111000100010110101 | eba49ae88b9be7809ce788b5 |
UHC | 뤚苛瀜爵 | 1000111111001001110010101011010011101011110101011110110111001001 | 8fc9cab4ebd5edc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)