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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 邃爾[邃爾[^ | 1110001010000100100011101010001001011011111000101000010010001110101000100101101101011110 | e2848ea25be2848ea25b5e |
EUC-JP | 邃爾[邃爾[^ | 1110001111100100101111001010010001011011111000111110010010111100101001000101101101011110 | e3e4bca45be3e4bca45b5e |
UTF-8 | 邃爾[邃爾[^ | 111010011000001010000011111001111000100010111110010110111110100110000010100000111110011110001000101111100101101101011110 | e98283e788be5be98283e788be5b5e |
UHC | 邃爾[邃爾[^ | 1110001011000101111011001011001101011011111000101100010111101100101100110101101101011110 | e2c5ecb35be2c5ecb35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)