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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弱??壅? | 10001110111000110011111100111111100110101101011100111111 | 8ee33f3f9ad73f |
EUC-JP | 弱??壅? | 10111100111001010011111100111111110101001101100100111111 | bce53f3fd4d93f |
UTF-8 | 弱욑쉔壅띌 | 111001011011110010110001111011001001101010010001111011001000100110010100111001011010001110000101111010111001110110001100 | e5bcb1ec9a91ec8994e5a385eb9d8c |
UHC | 弱욑쉔壅띌 | 11100101101100001001111011101111101111011010100011101000101101011011011011101001 | e5b09eefbda8e8b5b6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)