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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 照繃照縵^ | 100011111100011011100011011111011000111111000110111000110111101101011110 | 8fc6e37d8fc6e37b5e |
EUC-JP | 照繃照縵^ | 101111101100100011100101110111101011111011001000111001011101110001011110 | bec8e5debec8e5dc5e |
UTF-8 | 照繃照縵^ | 11100111100001011010011111100111101110011000001111100111100001011010011111100111101110001011010101011110 | e785a7e7b983e785a7e7b8b55e |
UHC | 照繃照?^ | 1111000011001110110111011101111011110000110011100011111101011110 | f0cedddef0ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)