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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???溢g? | 0011111100111111001111111000100011101100100000101000011100111111 | 3f3f3f88ec82873f |
EUC-JP | 濚??溢g? | 10001111110010011010000100111111001111111011000011101110101000111110011100111111 | 8fc9a13f3fb0eea3e73f |
UTF-8 | 濚욌낑溢g뙴 | 111001101011111110011010111011001001101010001100111010111000001010010001111001101011101010100010111011111011110110000111111010111001100110110100 | e6bf9aec9a8ceb8291e6baa2efbd87eb99b4 |
UHC | 濚욌낑溢g뙴 | 111001111011100110011110111010111011001110101001111011001110111010100011111001111000110010110111 | e7b99eebb3a9eceea3e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)