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 | ?ル?唯?? | 0011111110000011100010110011111110010111010000100011111100111111 | 3f838b3f97423f3f |
EUC-JP | ?ル?唯?? | 0011111110100101111010110011111111001101101000110011111100111111 | 3fa5eb3fcda33f3f |
UTF-8 | 曆ル뜆唯╊풚 | 111011111010011010001011111000111000001110101011111010111001110010000110111001011001010010101111111000101001010110001010111011011001001010011010 | efa68be383abeb9c86e594afe2958aed929a |
UHC | 曆ル뜆唯╊풚 | 111001101011011110101011111010111000110110001001111010101110011010100110111001001011111010011101 | e6b7abeb8d89eae6a6e4be9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)