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 | ?星??星?^ | 001111111001000010101111001111110011111110010000101011110011111101011110 | 3f90af3f3f90af3f5e |
EUC-JP | ?星??星?^ | 001111111100000010110001001111110011111111000000101100010011111101011110 | 3fc0b13f3fc0b13f5e |
UTF-8 | 롒星렺롒星렺^ | 11101011101000011001001011100110100110001001111111101011101000001011101011101011101000011001001011100110100110001001111111101011101000001011101001011110 | eba192e6989feba0baeba192e6989feba0ba5e |
UHC | 롒星렺롒星렺^ | 10001110110101111110000011111000100011101100001010001110110101111110000011111000100011101100001001011110 | 8ed7e0f88ec28ed7e0f88ec25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)