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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ。テ妥仰オ^ | 110000111010000111000011100100011100001110001011110000101011010101011110 | c3a1c391c38bc2b55e |
EUC-JP | テ。テ妥仰オ^ | 10001110110000111000111010100001100011101100001111000010110001011011011011000100100011101011010101011110 | 8ec38ea18ec3c2c5b6c48eb55e |
UTF-8 | テ。テ妥仰オ^ | 11101111101111101000001111101111101111011010000111101111101111101000001111100101101001101010010111100100101110111011000011101111101111011011010101011110 | efbe83efbda1efbe83e5a6a5e4bbb0efbdb55e |
UHC | ???妥仰?^ | 001111110011111100111111111101101110011011100100111001100011111101011110 | 3f3f3ff6e6e4e63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)