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 | 耀????? | 10010111011100110011111100111111001111110011111100111111 | 97733f3f3f3f3f |
EUC-JP | 耀??庾?? | 110011011101010000111111001111111000111110111100110011100011111100111111 | cdd43f3f8fbcce3f3f |
UTF-8 | 耀붿뭿庾룬썚 | 111010001000000010000000111010111011011010111111111010111010110110111111111001011011101010111110111010111010001110101100111011001000110110011010 | e88080ebb6bfebadbfe5babeeba3acec8d9a |
UHC | 耀붿뭿庾룬썚 | 111010011010010110010100111011001001001010001110111010101110110010110111111010011001101110001101 | e9a594ec928eeaecb7e99b8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)