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 | 刷?}刷?{^ | 100011011111110000111111011111011000110111111100001111110111101101011110 | 8dfc3f7d8dfc3f7b5e |
EUC-JP | 刷?}刷?{^ | 101110101111111000111111011111011011101011111110001111110111101101011110 | bafe3f7dbafe3f7b5e |
UTF-8 | 刷뾭}刷뾭{^ | 111001011000100010110111111010111011111010101101011111011110010110001000101101111110101110111110101011010111101101011110 | e588b7ebbead7de588b7ebbead7b5e |
UHC | 刷뾭}刷뾭{^ | 1110000111101100100101110111000001111101111000011110110010010111011100000111101101011110 | e1ec97707de1ec97707b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)