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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 惚瑚ご螳 | 1000110110011011100011001110100010000010101100101110010110101110 | 8d9b8ce882b2e5ae |
EUC-JP | 惚瑚ご螳 | 1011100111111011101110001110101010100100101101001110101010110000 | b9fbb8eaa4b4eab0 |
UTF-8 | 惚瑚ご螳 | 111001101000001110011010111001111001000110011010111000111000000110010100111010001001111010110011 | e6839ae7919ae38194e89eb3 |
UHC | 惚瑚ご螳 | 1111101111101101111110111101000110101010101101001101001111011001 | fbedfbd1aab4d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)