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 | 關廬}關廬{^ | 1110100010010000100111000100100101111101111010001001000010011100010010010111101101011110 | e8909c497de8909c497b5e |
EUC-JP | 關廬}關廬{^ | 1110111111110000110101111010101001111101111011111111000011010111101010100111101101011110 | eff0d7aa7deff0d7aa7b5e |
UTF-8 | 關廬}關廬{^ | 111010011001011110011100111001011011101110101100011111011110100110010111100111001110010110111011101011000111101101011110 | e9979ce5bbac7de9979ce5bbac7b5e |
UHC | 關廬}關廬{^ | 1100111010111100110101011110011001111101110011101011110011010101111001100111101101011110 | cebcd5e67dcebcd5e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)