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 | 昻??昻??^ | 111110101101000000111111001111111111101011010000001111110011111101011110 | fad03f3ffad03f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 昻븜땻昻븜땹^ | 11100110100110001011101111101011101110001001110011101011100101011011101111100110100110001011101111101011101110001001110011101011100101011011100101011110 | e698bbebb89ceb95bbe698bbebb89ceb95b95e |
UHC | 昻븜땻昻븜땹^ | 11100100111010011011101011101110100010111001000111100100111010011011101011101110100010111000111101011110 | e4e9baee8b91e4e9baee8b8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)