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 | 瘋犖}瘋犖{^ | 1110000110000110111000001011011001111101111000011000011011100000101101100111101101011110 | e186e0b67de186e0b67b5e |
EUC-JP | 瘋犖}瘋犖{^ | 1110000111100110111000001011100001111101111000011110011011100000101110000111101101011110 | e1e6e0b87de1e6e0b87b5e |
UTF-8 | 瘋犖}瘋犖{^ | 111001111001100010001011111001111000101010010110011111011110011110011000100010111110011110001010100101100111101101011110 | e7988be78a967de7988be78a967b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)