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 | ?想}?想{^ | 001111111001000101111010011111010011111110010001011110100111101101011110 | 3f917a7d3f917a7b5e |
EUC-JP | 鉥想}鉥想{^ | 10001111111000111110100011000001110110110111110110001111111000111110100011000001110110110111101101011110 | 8fe3e8c1db7d8fe3e8c1db7b5e |
UTF-8 | 鉥想}鉥想{^ | 111010011000100110100101111001101000001110110011011111011110100110001001101001011110011010000011101100110111101101011110 | e989a5e683b37de989a5e683b37b5e |
UHC | 鉥想}鉥想{^ | 1110001011111100110111111100110001111101111000101111110011011111110011000111101101011110 | e2fcdfcc7de2fcdfcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)