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 | リハマケ | 110110001100101011001111101110011111000110100111 | d8cacfb9f1a7 |
EUC-JP | リハマケ? | 100011101101100010001110110010101000111011001111100011101011100100111111 | 8ed88eca8ecf8eb93f |
UTF-8 | リハマケ | 111011111011111010011000111011111011111010001010111011111011111010001111111011111011110110111001111011101000010010100010 | efbe98efbe8aefbe8fefbdb9ee84a2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)