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 | ???????O | 0011111100111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f3f4f |
SJIS-WIN | ???????O | 0011111100111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f3f4f |
EUC-JP | ???????O | 0011111100111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f3f4f |
UTF-8 | 찾쨌혨혝혟짬찾O | 11101100101100001011111011101100101010001000110011101101100110001010100011101101100110001001110111101101100110001001111111101100101001111010110011101100101100001011111001001111 | ecb0beeca88ced98a8ed989ded989feca7acecb0be4f |
UHC | 찾쨌혨혝혟짬찾O | 110000111010001111000010101101111100001010010000110000101000011111000010100010011100001010101011110000111010001101001111 | c3a3c2b7c290c287c289c2abc3a34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)