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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鵝式}鵝式{^ | 1110101001000000100011101010111001111101111010100100000010001110101011100111101101011110 | ea408eae7dea408eae7b5e |
EUC-JP | 鵝式}鵝式{^ | 1111001110100001101111001011000001111101111100111010000110111100101100000111101101011110 | f3a1bcb07df3a1bcb07b5e |
UTF-8 | 鵝式}鵝式{^ | 111010011011010110011101111001011011110010001111011111011110100110110101100111011110010110111100100011110111101101011110 | e9b59de5bc8f7de9b59de5bc8f7b5e |
UHC | 鵝式}鵝式{^ | 1110010010111101111000111101001001111101111001001011110111100011110100100111101101011110 | e4bde3d27de4bde3d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)