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 | 瞑操}瞑操{^ | 1110000111010010100100011000000001111101111000011101001010010001100000000111101101011110 | e1d291807de1d291807b5e |
EUC-JP | 瞑操}瞑操{^ | 1110001011010100110000011110000001111101111000101101010011000001111000000111101101011110 | e2d4c1e07de2d4c1e07b5e |
UTF-8 | 瞑操}瞑操{^ | 111001111001111010010001111001101001001110001101011111011110011110011110100100011110011010010011100011010111101101011110 | e79e91e6938d7de79e91e6938d7b5e |
UHC | 瞑操}瞑操{^ | 1101100110101010111100001100001101111101110110011010101011110000110000110111101101011110 | d9aaf0c37dd9aaf0c37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)