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 | ?b???? | 001111110110001000111111001111110011111100111111 | 3f623f3f3f3f |
SJIS-WIN | ?b???? | 001111110110001000111111001111110011111100111111 | 3f623f3f3f3f |
EUC-JP | ?b???? | 001111110110001000111111001111110011111100111111 | 3f623f3f3f3f |
UTF-8 | 창b혺천챕쨌 | 11101100101100001011110101100010111011011001100010111010111011001011001010011100111011001011000110010101111011001010100010001100 | ecb0bd62ed98baecb29cecb195eca88c |
UHC | 창b혺천챕쨌 | 1100001110100010011000101100001010011111110000111011010111000011101010011100001010110111 | c3a262c29fc3b5c3a9c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)