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 | ???苑?Ⅹ | 0011111100111111001111111000100110010001001111111000011101011101 | 3f3f3f89913f875d |
EUC-JP | ???苑?? | 00111111001111110011111110110001111100010011111100111111 | 3f3f3fb1f13f3f |
UTF-8 | 緣뗫쐢苑섓Ⅹ | 111001111011011110100011111010111001011110101011111011001001000010100010111010001000101110010001111011001000010010010011111000101000010110101001 | e7b7a3eb97abec90a2e88b91ec8493e285a9 |
UHC | 緣뗫쐢苑섓Ⅹ | 111001101101111010001011111010111001110010001000111010101011110110011000111011111010010110111001 | e6de8beb9c88eabd98efa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)