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 | 叩孫歎俗 | 1001001001000000100100011011011110010010010101101001000110101101 | 924091b7925691ad |
EUC-JP | 叩孫歎俗 | 1100001110100001110000101011100111000011101101111100001010101111 | c3a1c2b9c3b7c2af |
UTF-8 | 叩孫歎俗 | 111001011000111110101001111001011010110110101011111001101010110110001110111001001011111110010111 | e58fa9e5adabe6ad8ee4bf97 |
UHC | 叩孫歎俗 | 1100110110110000111000011101110111110111101001111110000111010100 | cdb0e1ddf7a7e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)