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 | 簷}簷{^ | 1111001010100111111000101101000101111101111100101010011111100010110100010111101101011110 | f2a7e2d17df2a7e2d17b5e |
EUC-JP | ?簷}?簷{^ | 001111111110010011010011011111010011111111100100110100110111101101011110 | 3fe4d37d3fe4d37b5e |
UTF-8 | 簷}簷{^ | 111011101000011110011110111001111011000010110111011111011110111010000111100111101110011110110000101101110111101101011110 | ee879ee7b0b77dee879ee7b0b77b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)