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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 錞コ熙ョe^ | 1111101111011011101110101110101010100100101011100110010101011110 | fbdbbaeaa4ae655e |
EUC-JP | 錞コ熙ョe^ | 1000111111100100110111001000111010111010111101001010011010001110101011100110010101011110 | 8fe4dc8ebaf4a68eae655e |
UTF-8 | 錞コ熙ョe^ | 1110100110001100100111101110111110111101101110101110011110000110100110011110111110111101101011100110010101011110 | e98c9eefbdbae78699efbdae655e |
UHC | 錞?熙?e^ | 1110001011110110001111111111110111110111001111110110010101011110 | e2f63ffdf73f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)