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 | 耀??泣? | 10010111011100110011111100111111100010111000001100111111 | 97733f3f8b833f |
EUC-JP | 耀??泣? | 11001101110101000011111100111111101101011110001100111111 | cdd43f3fb5e33f |
UTF-8 | 耀믨퉵泣ⓨ | 111010001000000010000000111010111010111110101000111011011000100110110101111001101011001110100011111000101001001110101000 | e88080ebafa8ed89b5e6b3a3e293a8 |
UHC | 耀믨퉵泣ⓨ | 11101001101001011001001011101010101110011000110111101011111010001010100011100101 | e9a592eab98debe8a8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)