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 | 耀??意? | 10010111011100110011111100111111100010001101001100111111 | 97733f3f88d33f |
EUC-JP | 耀??意? | 11001101110101000011111100111111101100001101010100111111 | cdd43f3fb0d53f |
UTF-8 | 耀믨퍏意쩎 | 111010001000000010000000111010111010111110101000111011011000110110001111111001101000010010001111111011001010100110001110 | e88080ebafa8ed8d8fe6848feca98e |
UHC | 耀믨퍏意쩎 | 11101001101001011001001011101010101110111000011011101011111100101010010101000110 | e9a592eabb86ebf2a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)