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 | 耀??肄? | 10010111011100110011111100111111111000111110010100111111 | 97733f3fe3e53f |
EUC-JP | 耀??肄? | 11001101110101000011111100111111111001101110011100111111 | cdd43f3fe6e73f |
UTF-8 | 耀붿뭿肄똦 | 111010001000000010000000111010111011011010111111111010111010110110111111111010001000001010000100111010111001100010100110 | e88080ebb6bfebadbfe88284eb98a6 |
UHC | 耀붿뭿肄똦 | 11101001101001011001010011101100100100101000111011101100101111011000110001101000 | e9a594ec928eecbd8c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)