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 | 雄屯? | 1001011101011001100100111101010000111111 | 975993d43f |
EUC-JP | 雄屯? | 1100110110111010110001101101011000111111 | cdbac6d63f |
UTF-8 | 雄屯갱 | 111010011001101110000100111001011011000110101111111010101011000010110001 | e99b84e5b1afeab0b1 |
UHC | 雄屯갱 | 111010101010100111010100111010101011000010111011 | eaa9d4eab0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)