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 | ???z???z^ | 001111110011111100111111011110100011111100111111001111110111101001011110 | 3f3f3f7a3f3f3f7a5e |
SJIS-WIN | ???z???z^ | 001111110011111100111111011110100011111100111111001111110111101001011110 | 3f3f3f7a3f3f3f7a5e |
EUC-JP | ???z???z^ | 001111110011111100111111011110100011111100111111001111110111101001011110 | 3f3f3f7a3f3f3f7a5e |
UTF-8 | 혵혯챕z혵혯챕z^ | 111011011001100010110101111011011001100010101111111011001011000110010101011110101110110110011000101101011110110110011000101011111110110010110001100101010111101001011110 | ed98b5ed98afecb1957aed98b5ed98afecb1957a5e |
UHC | 혵혯챕z혵혯챕z^ | 110000101001110011000010100101101100001110101001011110101100001010011100110000101001011011000011101010010111101001011110 | c29cc296c3a97ac29cc296c3a97a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)