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 | 墺??汝 | 100110101101001000111111001111111001001111110000 | 9ad23f3f93f0 |
EUC-JP | 墺??汝 | 110101001101010000111111001111111100011011110010 | d4d43f3fc6f2 |
UTF-8 | 墺섆퉿汝 | 111001011010001010111010111011001000010010000110111011011000100110111111111001101011000110011101 | e5a2baec8486ed89bfe6b19d |
UHC | 墺섆퉿汝 | 1110011111110010100110001110010010111001100101111110011010100011 | e7f298e4b997e6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)