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 | 凋潟}凋潟{^ | 1001001010011100100010101000001101111101100100101001110010001010100000110111101101011110 | 929c8a837d929c8a837b5e |
EUC-JP | 凋潟}凋潟{^ | 1100001111111100101100111110001101111101110000111111110010110011111000110111101101011110 | c3fcb3e37dc3fcb3e37b5e |
UTF-8 | 凋潟}凋潟{^ | 111001011000011110001011111001101011110110011111011111011110010110000111100010111110011010111101100111110111101101011110 | e5878be6bd9f7de5878be6bd9f7b5e |
UHC | 凋潟}凋潟{^ | 1111000010111101111000001011001101111101111100001011110111100000101100110111101101011110 | f0bde0b37df0bde0b37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)