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 | ?朞咫胥 | 00111111100111100100110110011010010000001110001111101111 | 3f9e4d9a40e3ef |
EUC-JP | ?朞咫胥 | 00111111110110111010111011010011101000011110011011110001 | 3fdbaed3a1e6f1 |
UTF-8 | 룵朞咫胥 | 111010111010001110110101111001101001110010011110111001011001001010101011111010001000001110100101 | eba3b5e69c9ee592abe883a5 |
UHC | 룵朞咫胥 | 1000111110101010110100011010000111110010101000011110000010100001 | 8faad1a1f2a1e0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)