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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陰?壯??? | 1000100101000001001111111001101011100001001111110011111100111111 | 89413f9ae13f3f3f |
EUC-JP | 陰?壯??? | 1011000110100010001111111101010011100011001111110011111100111111 | b1a23fd4e33f3f3f |
UTF-8 | 陰렰壯얗렚렏 | 111010011001100110110000111010111010000010110000111001011010001110101111111011001001011010010111111010111010000010011010111010111010000010001111 | e999b0eba0b0e5a3afec9697eba09aeba08f |
UHC | 陰렰壯얗렚렏 | 111010111110010010001110101111011110110111100000101111101110100110001110101011011000111010100101 | ebe48ebdede0bee98ead8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)