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 | 輒溪}輒溪{^ | 1110011101101011100111111110001001111101111001110110101110011111111000100111101101011110 | e76b9fe27de76b9fe27b5e |
EUC-JP | 輒溪}輒溪{^ | 1110110111001100110111101110010001111101111011011100110011011110111001000111101101011110 | edccdee47dedccdee47b5e |
UTF-8 | 輒溪}輒溪{^ | 111010001011110010010010111001101011101010101010011111011110100010111100100100101110011010111010101010100111101101011110 | e8bc92e6baaa7de8bc92e6baaa7b5e |
UHC | 輒溪}輒溪{^ | 1111010011100101110011011010001001111101111101001110010111001101101000100111101101011110 | f4e5cda27df4e5cda27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)