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 | 峨?? | 10001001111000110011111100111111 | 89e33f3f |
EUC-JP | 峨?? | 10110010111001010011111100111111 | b2e53f3f |
UTF-8 | 峨롖렒 | 111001011011001110101000111010111010000110010110111010111010000010010010 | e5b3a8eba196eba092 |
UHC | 峨롖렒 | 111001001011000110001110110110101000111010100111 | e4b18eda8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)