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 | 刷嘯}刷嘯{^ | 1000110111111100100110101000001001111101100011011111110010011010100000100111101101011110 | 8dfc9a827d8dfc9a827b5e |
EUC-JP | 刷嘯}刷嘯{^ | 1011101011111110110100111110001001111101101110101111111011010011111000100111101101011110 | bafed3e27dbafed3e27b5e |
UTF-8 | 刷嘯}刷嘯{^ | 111001011000100010110111111001011001100010101111011111011110010110001000101101111110010110011000101011110111101101011110 | e588b7e598af7de588b7e598af7b5e |
UHC | 刷嘯}刷嘯{^ | 1110000111101100111000011011000001111101111000011110110011100001101100000111101101011110 | e1ece1b07de1ece1b07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)