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 | 夙崧}夙崧{^ | 1000111101100111111110101010111101111101100011110110011111111010101011110111101101011110 | 8f67faaf7d8f67faaf7b5e |
EUC-JP | 夙崧}夙崧{^ | 10111101110010001000111110111011110010100111110110111101110010001000111110111011110010100111101101011110 | bdc88fbbca7dbdc88fbbca7b5e |
UTF-8 | 夙崧}夙崧{^ | 111001011010010010011001111001011011010010100111011111011110010110100100100110011110010110110100101001110111101101011110 | e5a499e5b4a77de5a499e5b4a77b5e |
UHC | 夙崧}夙崧{^ | 1110001011010100111000101111111001111101111000101101010011100010111111100111101101011110 | e2d4e2fe7de2d4e2fe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)