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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???抑? | 001111110011111100111111100101110111110100111111 | 3f3f3f977d3f |
EUC-JP | ???抑? | 001111110011111100111111110011011101111000111111 | 3f3f3fcdde3f |
UTF-8 | 泥곤샘抑렦 | 111011111010011110100011111010101011001110100100111011001000001110011000111001101000101010010001111010111010000010100110 | efa7a3eab3a4ec8398e68a91eba0a6 |
UHC | 泥곤샘抑렦 | 11101100101100101011000011101111101110111111100111100101111001001000111010110101 | ecb2b0efbbf9e5e48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)