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 | ??V}??V{^ | 001111110011111101010110011111010011111100111111010101100111101101011110 | 3f3f567d3f3f567b5e |
SJIS-WIN | リムV}リムV{^ | 110110001101000101010110011111011101100011010001010101100111101101011110 | d8d1567dd8d1567b5e |
EUC-JP | リムV}リムV{^ | 10001110110110001000111011010001010101100111110110001110110110001000111011010001010101100111101101011110 | 8ed88ed1567d8ed88ed1567b5e |
UTF-8 | リムV}リムV{^ | 1110111110111110100110001110111110111110100100010101011001111101111011111011111010011000111011111011111010010001010101100111101101011110 | efbe98efbe91567defbe98efbe91567b5e |
UHC | ??V}??V{^ | 001111110011111101010110011111010011111100111111010101100111101101011110 | 3f3f567d3f3f567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)