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 | 譟畷。ァ笏ウ^ | 11100110100111111001001111101011101000011010011111100010100101001011001101011110 | e69f93eba1a7e294b35e |
EUC-JP | 譟畷。ァ笏ウ^ | 11101100101000011100011011101101100011101010000110001110101001111110001111110100100011101011001101011110 | eca1c6ed8ea18ea7e3f48eb35e |
UTF-8 | 譟畷。ァ笏ウ^ | 11101000101011011001111111100111100101011011011111101111101111011010000111101111101111011010011111100111101011001000111111101111101111011011001101011110 | e8ad9fe795b7efbda1efbda7e7ac8fefbdb35e |
UHC | ????笏?^ | 0011111100111111001111110011111111111011111011100011111101011110 | 3f3f3f3ffbee3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)