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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ゙ラ\ | 1101111011010111111100111010100001011100 | ded7f3a85c |
EUC-JP | ゙ラ?\ | 100011101101111010001110110101110011111101011100 | 8ede8ed73f5c |
UTF-8 | ゙ラ\ | 11101111101111101001111011101111101111101001011111101110100010101001101101011100 | efbe9eefbe97ee8a9b5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)