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 | ?悸與? | 001111111001110010100111111001000110111100111111 | 3f9ca7e46f3f |
EUC-JP | ?悸與? | 001111111101100010101001111001111101000000111111 | 3fd8a9e7d03f |
UTF-8 | 룵悸與킃 | 111010111010001110110101111001101000001010111000111010001000100010000111111011011000001010000011 | eba3b5e682b8e88887ed8283 |
UHC | 룵悸與킃 | 1000111110101010110011001111101111100110101010001011010010001111 | 8faaccfbe6a8b48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)