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 | ??叔? | 0011111100111111100011110110011000111111 | 3f3f8f663f |
EUC-JP | ??叔? | 0011111100111111101111011100011100111111 | 3f3fbdc73f |
UTF-8 | 왃烈叔왃 | 111011001001100110000011111011111010011010011111111001011000111110010100111011001001100110000011 | ec9983efa69fe58f94ec9983 |
UHC | 왃烈叔왃 | 1001111010110110111001101110111111100010110100101001111010110110 | 9eb6e6efe2d29eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)