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 | 墺????┷ | 1001101011010010001111110011111100111111001111111000010010111000 | 9ad23f3f3f3f84b8 |
EUC-JP | 墺????┷ | 1101010011010100001111110011111100111111001111111010100010111010 | d4d43f3f3f3fa8ba |
UTF-8 | 墺잌쪧僚볟┷ | 111001011010001010111010111011001001111010001100111011001010101010100111111011111010011010111011111010111011001110011111111000101001010010110111 | e5a2baec9e8cecaaa7efa6bbebb39fe294b7 |
UHC | 墺잌쪧僚볟┷ | 111001111111001010011111111001011010010110100000111010001110100010010011111001011010011010111010 | e7f29fe5a5a0e8e893e5a6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)