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 | 俺쟂}俺쟂{^ | 111001001011111110111010111011001001111110000010011111011110010010111111101110101110110010011111100000100111101101011110 | e4bfbaec9f827de4bfbaec9f827b5e |
UHC | 俺쟂}俺쟂{^ | 1110010111101111101000000100011001111101111001011110111110100000010001100111101101011110 | e5efa0467de5efa0467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)