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 | ¥×h | 1000111010100101100011101101011101101000 | 8ea58ed768 |
SJIS-WIN | ?¥?×h | 00111111100000011000111100111111100000010111111001101000 | 3f818f3f817e68 |
EUC-JP | ???×h | 001111110011111100111111101000011101111101101000 | 3f3f3fa1df68 |
UTF-8 | ¥×h | 110000101000111011000010101001011100001010001110110000111001011101101000 | c28ec2a5c28ec39768 |
UHC | ???×h | 001111110011111100111111101000011011111101101000 | 3f3f3fa1bf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)