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 | 芍ャゥ覡 | 11100100100010011000001110000011101010011110011001001101 | e4898383a9e64d |
EUC-JP | 芍ャゥ覡 | 1110011111101001101001011110001110001110101010011110101110101110 | e7e9a5e38ea9ebae |
UTF-8 | 芍ャゥ覡 | 111010001000101010001101111000111000001110100011111011111011110110101001111010001010011010100001 | e88a8de383a3efbda9e8a6a1 |
UHC | 芍ャ?覡 | 11101101110010111010101111100011001111111100110010101111 | edcbabe33fccaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)