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 | ??辰??辰^ | 001111110011111110010010010000110011111100111111100100100100001101011110 | 3f3f92433f3f92435e |
EUC-JP | ??辰??辰^ | 001111110011111111000011101001000011111100111111110000111010010001011110 | 3f3fc3a43f3fc3a45e |
UTF-8 | 롖롛辰롖롛辰^ | 11101011101000011001011011101011101000011001101111101000101111101011000011101011101000011001011011101011101000011001101111101000101111101011000001011110 | eba196eba19be8beb0eba196eba19be8beb05e |
UHC | 롖롛辰롖롛辰^ | 10001110110110101000111011011111111100101110001110001110110110101000111011011111111100101110001101011110 | 8eda8edff2e38eda8edff2e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)