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 | 裔??節 | 111001011110000100111111001111111001000011011111 | e5e13f3f90df |
EUC-JP | 裔?ł節 | 1110101011100011001111111000111110101001110010001100000011100001 | eae33f8fa9c8c0e1 |
UTF-8 | 裔볢ł節 | 1110100010100011100101001110101110110011101000101100010110000010111001111010111110000000 | e8a394ebb3a2c582e7af80 |
UHC | 裔볢ł節 | 1110011111100000100100111110100010101001101010011110111110111101 | e7e093e8a9a9efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)