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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?痂盂繹 | 00111111111000010110111111100001101100011110001110001000 | 3fe16fe1b1e388 |
EUC-JP | ?痂盂繹 | 00111111111000011101000011100010101100111110010111101000 | 3fe1d0e2b3e5e8 |
UTF-8 | 뤚痂盂繹 | 111010111010010010011010111001111001011110000010111001111001101110000010111001111011100110111001 | eba49ae79782e79b82e7b9b9 |
UHC | 뤚痂盂繹 | 1000111111001001110010101011001011101001110111011110011010111010 | 8fc9cab2e9dde6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)