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 | 俺?}俺?{^ | 100010011011010000111111011111011000100110110100001111110111101101011110 | 89b43f7d89b43f7b5e |
EUC-JP | 俺?}俺?{^ | 101100101011011000111111011111011011001010110110001111110111101101011110 | b2b63f7db2b63f7b5e |
UTF-8 | 俺틁}俺틁{^ | 111001001011111110111010111011011000101110000001011111011110010010111111101110101110110110001011100000010111101101011110 | e4bfbaed8b817de4bfbaed8b817b5e |
UHC | 俺틁}俺틁{^ | 1110010111101111101110100110111001111101111001011110111110111010011011100111101101011110 | e5efba6e7de5efba6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)