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 | ????〓? | 00111111001111110011111100111111100000011010110000111111 | 3f3f3f3f81ac3f |
EUC-JP | ????〓? | 00111111001111110011111100111111101000101010111000111111 | 3f3f3f3fa2ae3f |
UTF-8 | 練쎄퀣溜〓젾 | 111011111010011010010110111011001000111010000100111011011000000010100011111011111010011110001011111000111000000010010011111011001010000010111110 | efa696ec8e84ed80a3efa78be38093eca0be |
UHC | 練쎄퀣溜〓젾 | 111001101101111110111101111010101011001110010111111010101111111010100001111010111010000010110000 | e6dfbdeab397eafea1eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)