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 | 灌縡}灌縡{^ | 1001111111110011111000110111000101111101100111111111001111100011011100010111101101011110 | 9ff3e3717d9ff3e3717b5e |
EUC-JP | 灌縡}灌縡{^ | 1101111011110101111001011101001001111101110111101111010111100101110100100111101101011110 | def5e5d27ddef5e5d27b5e |
UTF-8 | 灌縡}灌縡{^ | 111001111000000110001100111001111011100010100001011111011110011110000001100011001110011110111000101000010111101101011110 | e7818ce7b8a17de7818ce7b8a17b5e |
UHC | 灌縡}灌縡{^ | 1100111010110100111011101010110101111101110011101011010011101110101011010111101101011110 | ceb4eead7dceb4eead7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)