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 | 涯?。揄? | 1000101001010101001111111000000101000010100111011000100100111111 | 8a553f81429d893f |
EUC-JP | 涯?。揄? | 1011001110110110001111111010000110100011110110011110100100111111 | b3b63fa1a3d9e93f |
UTF-8 | 涯욌。揄됧 | 111001101011011010101111111011001001101010001100111000111000000010000010111001101000111110000100111010111001000010100111 | e6b6afec9a8ce38082e68f84eb90a7 |
UHC | 涯욌。揄됧 | 11100100111100111001111011101011101000011010001111101010111100011000100111100101 | e4f39eeba1a3eaf189e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)