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 | 兀??源ι? | 100110010101100100111111001111111000110010111001100000111100011100111111 | 99593f3f8cb983c73f |
EUC-JP | 兀??源ι? | 110100011011101000111111001111111011100010111011101001101100100100111111 | d1ba3f3fb8bba6c93f |
UTF-8 | 兀덇퀓源ι뇥 | 1110010110000101100000001110101110001101100001111110110110000000100100111110011010111010100100001100111010111001111010111000011110100101 | e58580eb8d87ed8093e6ba90ceb9eb87a5 |
UHC | 兀덇퀓源ι뇥 | 111010001011010010001000111010101011001110001000111010101011100110100101111010011000011110001101 | e8b488eab388eab9a5e9878d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)