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 | 暗?э? | 100010001100001100111111100001001000111100111111 | 88c33f848f3f |
EUC-JP | 暗?э? | 101100001100010100111111101001111110111100111111 | b0c53fa7ef3f |
UTF-8 | 暗뤒э쉽 | 1110011010011010100101111110101110100100100100101101000110001101111011001000100110111101 | e69a97eba492d18dec89bd |
UHC | 暗뤒э쉽 | 1110010011011110100011111100001010101100111011111011110110110001 | e4de8fc2acefbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)