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 | 虍廩}虍廩{^ | 1110010101100111100111000100100001111101111001010110011110011100010010000111101101011110 | e5679c487de5679c487b5e |
EUC-JP | 虍廩}虍廩{^ | 1110100111001000110101111010100101111101111010011100100011010111101010010111101101011110 | e9c8d7a97de9c8d7a97b5e |
UTF-8 | 虍廩}虍廩{^ | 111010001001100110001101111001011011101110101001011111011110100010011001100011011110010110111011101010010111101101011110 | e8998de5bba97de8998de5bba97b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)