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 | Ú×Ú×B | 100011101101101010001110110101111000111011011010100011101101011101000010 | 8eda8ed78eda8ed742 |
SJIS-WIN | ???×???×B | 0011111100111111001111111000000101111110001111110011111100111111100000010111111001000010 | 3f3f3f817e3f3f3f817e42 |
EUC-JP | ?Ú?×?Ú?×B | 001111111000111110101010111000100011111110100001110111110011111110001111101010101110001000111111101000011101111101000010 | 3f8faae23fa1df3f8faae23fa1df42 |
UTF-8 | Ú×Ú×B | 1100001010001110110000111001101011000010100011101100001110010111110000101000111011000011100110101100001010001110110000111001011101000010 | c28ec39ac28ec397c28ec39ac28ec39742 |
UHC | ???×???×B | 0011111100111111001111111010000110111111001111110011111100111111101000011011111101000010 | 3f3f3fa1bf3f3f3fa1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)