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 | 雫罠}雫罠{^ | 1000111010110100111000111010100101111101100011101011010011100011101010010111101101011110 | 8eb4e3a97d8eb4e3a97b5e |
EUC-JP | 雫罠}雫罠{^ | 1011110010110110111001101010101101111101101111001011011011100110101010110111101101011110 | bcb6e6ab7dbcb6e6ab7b5e |
UTF-8 | 雫罠}雫罠{^ | 111010011001101110101011111001111011110110100000011111011110100110011011101010111110011110111101101000000111101101011110 | e99babe7bda07de99babe7bda07b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)