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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 轢幎」庭「①h | 1110011110000000100110111110101110100011100100101110101110100010100001110100000001101000 | e7809beba392eba2874068 |
EUC-JP | 轢幎」庭「?h | 111011011110000011010110111011011000111010100011110001001110110110001110101000100011111101101000 | ede0d6ed8ea3c4ed8ea23f68 |
UTF-8 | 轢幎」庭「①h | 11101000101111011010001011100101101110011000111011101111101111011010001111100101101110101010110111101111101111011010001011100010100100011010000001101000 | e8bda2e5b98eefbda3e5baadefbda2e291a068 |
UHC | 轢??庭?①h | 11010101111110010011111100111111111011111101010000111111101010001110011101101000 | d5f93f3fefd43fa8e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)