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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姨??? | 1001101101001000001111110011111100111111 | 9b483f3f3f |
EUC-JP | 姨??? | 1101010110101001001111110011111100111111 | d5a93f3f3f |
UTF-8 | 姨잭렒엔 | 111001011010011110101000111011001001111010101101111010111010000010010010111011001001011110010100 | e5a7a8ec9eadeba092ec9794 |
UHC | 姨잭렒엔 | 1110110010101001110000001110100010001110101001111011111110100011 | eca9c0e88ea7bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)