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 | 荀荀}荀荀{^ | 1110010010100100111001001010010001111101111001001010010011100100101001000111101101011110 | e4a4e4a47de4a4e4a47b5e |
EUC-JP | 荀荀}荀荀{^ | 1110100010100110111010001010011001111101111010001010011011101000101001100111101101011110 | e8a6e8a67de8a6e8a67b5e |
UTF-8 | 荀荀}荀荀{^ | 111010001000110110000000111010001000110110000000011111011110100010001101100000001110100010001101100000000111101101011110 | e88d80e88d807de88d80e88d807b5e |
UHC | 荀荀}荀荀{^ | 1110001011110000111000101111000001111101111000101111000011100010111100000111101101011110 | e2f0e2f07de2f0e2f07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)