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 | 抑??? | 1001011101111101001111110011111100111111 | 977d3f3f3f |
EUC-JP | 抑??絪 | 11001101110111100011111100111111100011111101001111101100 | cdde3f3f8fd3ec |
UTF-8 | 抑띔램絪 | 111001101000101010010001111010111001110110010100111010111001111010101000111001111011010110101010 | e68a91eb9d94eb9ea8e7b5aa |
UHC | 抑띔램絪 | 1110010111100100101101101110101010110111101001011110110011011111 | e5e4b6eab7a5ecdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)