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 | 鋤昔}鋤昔{^ | 1000111110011011100100001100110001111101100011111001101110010000110011000111101101011110 | 8f9b90cc7d8f9b90cc7b5e |
EUC-JP | 鋤昔}鋤昔{^ | 1011110111111011110000001100111001111101101111011111101111000000110011100111101101011110 | bdfbc0ce7dbdfbc0ce7b5e |
UTF-8 | 鋤昔}鋤昔{^ | 111010011000101110100100111001101001100010010100011111011110100110001011101001001110011010011000100101000111101101011110 | e98ba4e698947de98ba4e698947b5e |
UHC | 鋤昔}鋤昔{^ | 1110000010100111111000001010111001111101111000001010011111100000101011100111101101011110 | e0a7e0ae7de0a7e0ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)