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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 碯薜羆碯薜羆^ | 11100001111100111110010101001111111000111010111111100001111100111110010101001111111000111010111101011110 | e1f3e54fe3afe1f3e54fe3af5e |
EUC-JP | 碯薜羆碯薜羆^ | 11100010111101011110100110110000111001101011000111100010111101011110100110110000111001101011000101011110 | e2f5e9b0e6b1e2f5e9b0e6b15e |
UTF-8 | 碯薜羆碯薜羆^ | 11100111101000101010111111101000100101101001110011100111101111101000011011100111101000101010111111101000100101101001110011100111101111101000011001011110 | e7a2afe8969ce7be86e7a2afe8969ce7be865e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)