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 | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
SJIS-WIN | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
EUC-JP | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
UTF-8 | 횄짜^{횄짜^s | 11101101100110101000010011101100101001111001110001011110011110111110110110011010100001001110110010100111100111000101111001110011 | ed9a84eca79c5e7bed9a84eca79c5e73 |
UHC | 횄짜^{횄짜^s | 110000111000001111000010101001010101111001111011110000111000001111000010101001010101111001110011 | c383c2a55e7bc383c2a55e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)