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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陰?壯?? | 10001001010000010011111110011010111000010011111100111111 | 89413f9ae13f3f |
EUC-JP | 陰?壯?? | 10110001101000100011111111010100111000110011111100111111 | b1a23fd4e33f3f |
UTF-8 | 陰렰壯얗冷 | 111010011001100110110000111010111010000010110000111001011010001110101111111011001001011010010111111011111010010010101110 | e999b0eba0b0e5a3afec9697efa4ae |
UHC | 陰렰壯얗冷 | 11101011111001001000111010111101111011011110000010111110111010011101001010110010 | ebe48ebdede0bee9d2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)