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 | ???_??? | 00111111001111110011111101011111001111110011111100111111 | 3f3f3f5f3f3f3f |
SJIS-WIN | ???_??? | 00111111001111110011111101011111001111110011111100111111 | 3f3f3f5f3f3f3f |
EUC-JP | ???_??? | 00111111001111110011111101011111001111110011111100111111 | 3f3f3f5f3f3f3f |
UTF-8 | 챤혬혡_챦쩐혫 | 11101100101100011010010011101101100110001010110011101101100110001010000101011111111011001011000110100110111011001010100110010000111011011001100010101011 | ecb1a4ed98aced98a15fecb1a6eca990ed98ab |
UHC | 챤혬혡_챦쩐혫 | 11000011101011101100001010010100110000101000101001011111110000111010111111000010101111101100001010010011 | c3aec294c28a5fc3afc2bec293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)