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 | 00111111001111110111101100111111001111110111110001000010 | 3f3f7b3f3f7c42 |
SJIS-WIN | ??{??|B | 00111111001111110111101100111111001111110111110001000010 | 3f3f7b3f3f7c42 |
EUC-JP | ??{??|B | 00111111001111110111101100111111001111110111110001000010 | 3f3f7b3f3f7c42 |
UTF-8 | 횂혺{횄징|B | 111011011001101010000010111011011001100010111010011110111110110110011010100001001110110010100111100101010111110001000010 | ed9a82ed98ba7bed9a84eca7957c42 |
UHC | 횂혺{횄징|B | 1100001110000010110000101001111101111011110000111000001111000010101000010111110001000010 | c382c29f7bc383c2a17c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)