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 | 耀??踰? | 10010111011100110011111100111111111001101111101000111111 | 97733f3fe6fa3f |
EUC-JP | 耀??踰? | 11001101110101000011111100111111111011001111110000111111 | cdd43f3fecfc3f |
UTF-8 | 耀믨퍐踰킖 | 111010001000000010000000111010111010111110101000111011011000110110010000111010001011100010110000111011011000001010010110 | e88080ebafa8ed8d90e8b8b0ed8296 |
UHC | 耀믨퍐踰킖 | 11101001101001011001001011101010101110111000011111101011101100101011010101000010 | e9a592eabb87ebb2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)