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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?譽矮^ | 001111111110011010100011111000011110001001011110 | 3fe6a3e1e25e |
EUC-JP | ?譽矮^ | 001111111110110010100101111000101110010001011110 | 3feca5e2e45e |
UTF-8 | 쐛譽矮^ | 11101100100100001001101111101000101011011011110111100111100111111010111001011110 | ec909be8adbde79fae5e |
UHC | 쐛譽矮^ | 10011100100000011110011111100010111010001110000101011110 | 9c81e7e2e8e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)