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 | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 歷됵슥n歷됵슥nB | 111011111010011010001100111010111001000010110101111011001000101010100101011011101110111110100110100011001110101110010000101101011110110010001010101001010110111001000010 | efa68ceb90b5ec8aa56eefa68ceb90b5ec8aa56e42 |
UHC | 歷됵슥n歷됵슥nB | 111001101011100010001001111011111011110110111011011011101110011010111000100010011110111110111101101110110110111001000010 | e6b889efbdbb6ee6b889efbdbb6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)