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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혵횘혯혣찼혷 | 111011011001100010110101111011011001101010011000111011011001100010101111111011011001100010100011111011001011000010111100111011011001100010110111 | ed98b5ed9a98ed98afed98a3ecb0bced98b7 |
UHC | 혵횘혯혣찼혷 | 110000101001110011000011100100101100001010010110110000101000110011000011101000011100001010011110 | c29cc392c296c28cc3a1c29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)