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 | ??廛?? | 001111110011111110011100010001000011111100111111 | 3f3f9c443f3f |
EUC-JP | ??廛?? | 001111110011111111010111101001010011111100111111 | 3f3fd7a53f3f |
UTF-8 | 롔렲廛롛렼 | 111010111010000110010100111010111010000010110010111001011011101110011011111010111010000110011011111010111010000010111100 | eba194eba0b2e5bb9beba19beba0bc |
UHC | 롔렲廛롛렼 | 10001110110110001000111010111111111011101111100010001110110111111000111011000100 | 8ed88ebfeef88edf8ec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)