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 | ?信?\ | 0011111110010000010011010011111101011100 | 3f904d3f5c |
EUC-JP | ?信?\ | 0011111110111111101011100011111101011100 | 3fbfae3f5c |
UTF-8 | 슮信빯\ | 11101100100010101010111011100100101111111010000111101011101110011010111101011100 | ec8aaee4bfa1ebb9af5c |
UHC | 슮信빯\ | 10011010101101011110001111100001100101011100100001011100 | 9ab5e3e195c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)