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 | ?嵩存だ | 00111111100100001001001110010001101101101000001010111110 | 3f909391b682be |
EUC-JP | ?嵩存だ | 00111111101111111111001111000010101110001010010011000000 | 3fbff3c2b8a4c0 |
UTF-8 | 룶嵩存だ | 111010111010001110110110111001011011010110101001111001011010110110011000111000111000000110100000 | eba3b6e5b5a9e5ad98e381a0 |
UHC | 룶嵩存だ | 1000111110101011111000111010000111110000111011011010101011000000 | 8fabe3a1f0edaac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)