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 | ???容 | 0011111100111111001111111001011101100101 | 3f3f3f9765 |
EUC-JP | ???容 | 0011111100111111001111111100110111000110 | 3f3f3fcdc6 |
UTF-8 | 溫뚩첑容 | 111001101011101010101011111010111001101010101001111011001011001010010001111001011010111010111001 | e6baabeb9aa9ecb291e5aeb9 |
UHC | 溫뚩첑容 | 1110100010101110100011001110100010101010100111101110100110111011 | e8ae8ce8aa9ee9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)