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 | ???bZ | 0011111100111111001111110110001001011010 | 3f3f3f625a |
SJIS-WIN | ???bZ | 0011111100111111001111110110001001011010 | 3f3f3f625a |
EUC-JP | ???bZ | 0011111100111111001111110110001001011010 | 3f3f3f625a |
UTF-8 | 혺천창bZ | 1110110110011000101110101110110010110010100111001110110010110000101111010110001001011010 | ed98baecb29cecb0bd625a |
UHC | 혺천창bZ | 1100001010011111110000111011010111000011101000100110001001011010 | c29fc3b5c3a2625a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)