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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 艶b?裕?. | 10001001100100001000001010000010001111111001011101010100001111111000000101000100 | 899082823f97543f8144 |
EUC-JP | 艶b?裕?. | 10110001111100001010001111100010001111111100110110110101001111111010000110100101 | b1f0a3e23fcdb53fa1a5 |
UTF-8 | 艶b뫁裕띌. | 111010001000100110110110111011111011110110000010111010111010101110000001111010001010001110010101111010111001110110001100111011111011110010001110 | e889b6efbd82ebab81e8a395eb9d8cefbc8e |
UHC | 艶b뫁裕띌. | 111001101111110110100011111000101001000110100101111010111010111010110110111010011010001110101110 | e6fda3e291a5ebaeb6e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)