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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治上シ | 11110100101001001000111010100001100011111110001110111100 | f4a48ea18fe3bc |
EUC-JP | ?治上シ | 00111111101111001010001110111110111001011000111010111100 | 3fbca3bee58ebc |
UTF-8 | 治上シ | 111011101000110110010011111001101011001010111011111001001011100010001010111011111011110110111100 | ee8d93e6b2bbe4b88aefbdbc |
UHC | ?治上? | 001111111111011010111101110111111011111000111111 | 3ff6bddfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)