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 | 町?病 | 1001001010101100001111111001010101100001 | 92ac3f9561 |
EUC-JP | 町?病 | 1100010010101110001111111100100111000010 | c4ae3fc9c2 |
UTF-8 | 町쿡病 | 111001111001010010111010111011001011111110100001111001111001011110000101 | e794baecbfa1e79785 |
UHC | 町쿡病 | 111011111110101111000100111011101101110010111011 | efebc4eedcbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)