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 | 嵩臣}嵩臣{^ | 1001000010010011100100000110001001111101100100001001001110010000011000100111101101011110 | 909390627d909390627b5e |
EUC-JP | 嵩臣}嵩臣{^ | 1011111111110011101111111100001101111101101111111111001110111111110000110111101101011110 | bff3bfc37dbff3bfc37b5e |
UTF-8 | 嵩臣}嵩臣{^ | 111001011011010110101001111010001000011110100011011111011110010110110101101010011110100010000111101000110111101101011110 | e5b5a9e887a37de5b5a9e887a37b5e |
UHC | 嵩臣}嵩臣{^ | 1110001110100001111000111110110101111101111000111010000111100011111011010111101101011110 | e3a1e3ed7de3a1e3ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)