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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 役g? | 1001011011110000100000101000011100111111 | 96f082873f |
EUC-JP | 役g? | 1100110011110010101000111110011100111111 | ccf2a3e73f |
UTF-8 | 役g엮 | 111001011011110110111001111011111011110110000111111011001001011110101110 | e5bdb9efbd87ec97ae |
UHC | 役g엮 | 111001101011010110100011111001111011111110101011 | e6b5a3e7bfab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)