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 | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
SJIS-WIN | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
EUC-JP | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
UTF-8 | 혺천혴]챕처 | 11101101100110001011101011101100101100101001110011101101100110001011010001011101111011001011000110010101111011001011001010011000 | ed98baecb29ced98b45decb195ecb298 |
UHC | 혺천혴]챕처 | 1100001010011111110000111011010111000010100110110101110111000011101010011100001110110011 | c29fc3b5c29b5dc3a9c3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)