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 | 審??術 | 100100000101001000111111001111111000111101110000 | 90523f3f8f70 |
EUC-JP | 審??術 | 101111111011001100111111001111111011110111010001 | bfb33f3fbdd1 |
UTF-8 | 審뙀띀術 | 111001011010111110101001111010111001100110000000111010111001110110000000111010001010000110010011 | e5afa9eb9980eb9d80e8a193 |
UHC | 審뙀띀術 | 1110001111111011100011001000011010001101101110111110001011111010 | e3fb8c868dbbe2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)