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 | ◇??秘 | 100000011001111000111111001111111001010011101001 | 819e3f3f94e9 |
EUC-JP | ◇??秘 | 101000011111111000111111001111111100100011101011 | a1fe3f3fc8eb |
UTF-8 | ◇룵웩秘 | 111000101001011110000111111010111010001110110101111011001001101110101001111001111010011110011000 | e29787eba3b5ec9ba9e7a798 |
UHC | ◇룵웩秘 | 1010000111011110100011111010101011000000101000011101110111111010 | a1de8faac0a1ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)