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 | ??廛? | 0011111100111111100111000100010000111111 | 3f3f9c443f |
EUC-JP | ??廛? | 0011111100111111110101111010010100111111 | 3f3fd7a53f |
UTF-8 | 롔렲廛롛 | 111010111010000110010100111010111010000010110010111001011011101110011011111010111010000110011011 | eba194eba0b2e5bb9beba19b |
UHC | 롔렲廛롛 | 1000111011011000100011101011111111101110111110001000111011011111 | 8ed88ebfeef88edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)